Skip to content

Fix builds (#389)

Fix builds (#389) #56

GitHub Actions / Test Results failed Nov 7, 2024 in 0s

3 errors, 1 skipped, 43 pass in 4m 50s

  7 files    7 suites   4m 50s ⏱️
 47 tests  43 ✅ 1 💤 0 ❌ 3 🔥
182 runs  175 ✅ 3 💤 0 ❌ 4 🔥

Results for commit 0f20059.

Annotations

Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 5 runs with error: oneWayCall(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)

test-report/default/TEST-junit-jupiter.xml [took 0s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
Timeout waiting for result with exception
org.rnorth.ducttape.TimeoutException: Timeout waiting for result with exception
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:54)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment(RestateDeployer.kt:300)
	at dev.restate.sdktesting.infra.RestateDeployer.deployAll(RestateDeployer.kt:215)
	at dev.restate.sdktesting.infra.RestateDeployerExtension.beforeAll(RestateDeployerExtension.kt:23)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.lang.IllegalStateException: Error when discovering endpoint http://default-service:9080/, got status code 500 with body: {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:305)
	at org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:43)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: dev.restate.admin.client.ApiException: createDeployment call failed with: 500 - {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.admin.api.DeploymentApi.getApiException(DeploymentApi.java:78)
	at dev.restate.admin.api.DeploymentApi.createDeploymentWithHttpInfo(DeploymentApi.java:118)
	at dev.restate.admin.api.DeploymentApi.createDeployment(DeploymentApi.java:96)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:302)
	... 5 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.ServiceToServiceCommunication]/[method:oneWayCall(dev.restate.sdk.client.Client)]
display-name: oneWayCall(Client)

Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 6 runs with error: oneWayCallWithDelay(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)

test-report/default/TEST-junit-jupiter.xml [took 0s]
Raw output
Timeout waiting for result with exception
org.rnorth.ducttape.TimeoutException: Timeout waiting for result with exception
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:54)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment(RestateDeployer.kt:300)
	at dev.restate.sdktesting.infra.RestateDeployer.deployAll(RestateDeployer.kt:215)
	at dev.restate.sdktesting.infra.RestateDeployerExtension.beforeAll(RestateDeployerExtension.kt:23)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.lang.IllegalStateException: Error when discovering endpoint http://default-service:9080/, got status code 500 with body: {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:305)
	at org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:43)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: dev.restate.admin.client.ApiException: createDeployment call failed with: 500 - {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.admin.api.DeploymentApi.getApiException(DeploymentApi.java:78)
	at dev.restate.admin.api.DeploymentApi.createDeploymentWithHttpInfo(DeploymentApi.java:118)
	at dev.restate.admin.api.DeploymentApi.createDeployment(DeploymentApi.java:96)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:302)
	... 5 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.ServiceToServiceCommunication]/[method:oneWayCallWithDelay(dev.restate.sdk.client.Client)]
display-name: oneWayCallWithDelay(Client)

Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 5 runs with error: regularCall(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)

test-report/default/TEST-junit-jupiter.xml [took 0s]
Raw output
Timeout waiting for result with exception
org.rnorth.ducttape.TimeoutException: Timeout waiting for result with exception
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:54)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment(RestateDeployer.kt:300)
	at dev.restate.sdktesting.infra.RestateDeployer.deployAll(RestateDeployer.kt:215)
	at dev.restate.sdktesting.infra.RestateDeployerExtension.beforeAll(RestateDeployerExtension.kt:23)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.lang.IllegalStateException: Error when discovering endpoint http://default-service:9080/, got status code 500 with body: {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:305)
	at org.rnorth.ducttape.unreliables.Unreliables.lambda$retryUntilSuccess$0(Unreliables.java:43)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: dev.restate.admin.client.ApiException: createDeployment call failed with: 500 - {"message":"[META0003] client error: client error (Connect)","restate_code":"META0003"}
	at dev.restate.admin.api.DeploymentApi.getApiException(DeploymentApi.java:78)
	at dev.restate.admin.api.DeploymentApi.createDeploymentWithHttpInfo(DeploymentApi.java:118)
	at dev.restate.admin.api.DeploymentApi.createDeployment(DeploymentApi.java:96)
	at dev.restate.sdktesting.infra.RestateDeployer.discoverDeployment$lambda$20(RestateDeployer.kt:302)
	... 5 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.ServiceToServiceCommunication]/[method:regularCall(dev.restate.sdk.client.Client)]
display-name: regularCall(Client)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
dev.restate.sdktesting.tests.Ingress ‑ idempotentSendThenAttach(Client)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

47 tests found

There are 47 tests, see "Raw output" for the full list of tests.
Raw output
dev.restate.sdktesting.tests.AwaitTimeout ‑ timeout(Client)
dev.restate.sdktesting.tests.CallOrdering ‑ ordering(boolean[], Client)[1]
dev.restate.sdktesting.tests.CallOrdering ‑ ordering(boolean[], Client)[2]
dev.restate.sdktesting.tests.CallOrdering ‑ ordering(boolean[], Client)[3]
dev.restate.sdktesting.tests.CancelInvocation ‑ cancelInvocation(BlockingOperation, Client, URL)[1]
dev.restate.sdktesting.tests.CancelInvocation ‑ cancelInvocation(BlockingOperation, Client, URL)[2]
dev.restate.sdktesting.tests.CancelInvocation ‑ cancelInvocation(BlockingOperation, Client, URL)[3]
dev.restate.sdktesting.tests.Ingress ‑ headersPassThrough(Client)
dev.restate.sdktesting.tests.Ingress ‑ idempotentInvokeSend(Client)
dev.restate.sdktesting.tests.Ingress ‑ idempotentInvokeService(Client)
dev.restate.sdktesting.tests.Ingress ‑ idempotentInvokeVirtualObject(URL, Client)
dev.restate.sdktesting.tests.Ingress ‑ idempotentSendThenAttach(Client)
dev.restate.sdktesting.tests.Ingress ‑ idempotentSendThenAttachWIthIdempotencyKey(Client)
dev.restate.sdktesting.tests.KafkaIngress ‑ handleEventInCounterService(URL, int, Client)
dev.restate.sdktesting.tests.KafkaIngress ‑ handleEventInEventHandler(URL, int, Client)
dev.restate.sdktesting.tests.KillInvocation ‑ kill(Client, URL)
dev.restate.sdktesting.tests.KillRuntime ‑ startAndKillRuntimeRetainsTheState(Client, ContainerHandle)
dev.restate.sdktesting.tests.NonDeterminismErrors ‑ method(String, Client)[1]
dev.restate.sdktesting.tests.NonDeterminismErrors ‑ method(String, Client)[2]
dev.restate.sdktesting.tests.NonDeterminismErrors ‑ method(String, Client)[3]
dev.restate.sdktesting.tests.NonDeterminismErrors ‑ method(String, Client)[4]
dev.restate.sdktesting.tests.PrivateService ‑ privateService(URL, Client)
dev.restate.sdktesting.tests.ProxyRequestSigning ‑ requestSigningPass(Client)
dev.restate.sdktesting.tests.RawHandler ‑ rawHandler(Client)
dev.restate.sdktesting.tests.RunFlush ‑ flush(Client)
dev.restate.sdktesting.tests.RunRetry ‑ withExhaustedAttempts(Client)
dev.restate.sdktesting.tests.RunRetry ‑ withSuccess(Client)
dev.restate.sdktesting.tests.ServiceToServiceCommunication ‑ oneWayCall(Client)
dev.restate.sdktesting.tests.ServiceToServiceCommunication ‑ oneWayCallWithDelay(Client)
dev.restate.sdktesting.tests.ServiceToServiceCommunication ‑ regularCall(Client)
dev.restate.sdktesting.tests.Sleep ‑ manySleeps(Client)
dev.restate.sdktesting.tests.Sleep ‑ sleep(Client)
dev.restate.sdktesting.tests.SleepWithFailures ‑ sleepAndKillServiceEndpoint(Client, ContainerHandle)
dev.restate.sdktesting.tests.SleepWithFailures ‑ sleepAndTerminateServiceEndpoint(Client, ContainerHandle)
dev.restate.sdktesting.tests.State ‑ add(Client)
dev.restate.sdktesting.tests.State ‑ listStateAndClearAll(Client)
dev.restate.sdktesting.tests.State ‑ proxyOneWayAdd(Client)
dev.restate.sdktesting.tests.StopRuntime ‑ startAndStopRuntimeRetainsTheState(Client, ContainerHandle)
dev.restate.sdktesting.tests.UpgradeWithInFlightInvocation ‑ inFlightInvocation(Client, URL)
dev.restate.sdktesting.tests.UpgradeWithNewInvocation ‑ executesNewInvocationWithLatestServiceRevisions(Client, URL)
dev.restate.sdktesting.tests.UserErrors ‑ failSeveralTimes(Client)
dev.restate.sdktesting.tests.UserErrors ‑ internalCallFailurePropagation(Client)
dev.restate.sdktesting.tests.UserErrors ‑ invocationWithEventualSuccess(Client)
dev.restate.sdktesting.tests.UserErrors ‑ invokeTerminallyFailingCall(Client)
dev.restate.sdktesting.tests.UserErrors ‑ setStateThenFailShouldPersistState(Client)
dev.restate.sdktesting.tests.UserErrors ‑ sideEffectWithTerminalError(Client)
dev.restate.sdktesting.tests.WorkflowAPI ‑ setAndResolve(Client)