Debug logging around Ingress PP node routing and partition refreshes #2224
31 errors, 1 skipped, 15 pass in 10m 59s
7 files 7 suites 10m 59s ⏱️
47 tests 15 ✅ 1 💤 0 ❌ 31 🔥
182 runs 69 ✅ 3 💤 0 ❌ 110 🔥
Results for commit a17f33a.
Annotations
Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication
github-actions / Test Results
All 6 runs with error: oneWayCallWithDelay(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 20s]
test-report/default/TEST-junit-jupiter.xml [took 20s]
test-report/persistedTimers/TEST-junit-jupiter.xml [took 20s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 20s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 20s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 20s]
Raw output
oneWayCallWithDelay(dev.restate.sdk.client.Client) timed out after 20 seconds
java.util.concurrent.TimeoutException: oneWayCallWithDelay(dev.restate.sdk.client.Client) timed out after 20 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.ServiceToServiceCommunication.oneWayCallWithDelay(ServiceToServiceCommunication.kt:84)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 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.Sleep
github-actions / Test Results
1 out of 6 runs with error: sleep(Client) (dev.restate.sdktesting.tests.Sleep)
test-report/persistedTimers/TEST-junit-jupiter.xml [took 30s]
Raw output
sleep(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: sleep(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.Sleep.sleep(Sleep.kt:49)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.Sleep]/[method:sleep(dev.restate.sdk.client.Client)]
display-name: sleep(Client)
Check failure on line 0 in dev.restate.sdktesting.tests.WorkflowAPI
github-actions / Test Results
All 5 runs with error: setAndResolve(Client) (dev.restate.sdktesting.tests.WorkflowAPI)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
setAndResolve(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: setAndResolve(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.WorkflowAPI.setAndResolve(WorkflowAPI.kt:44)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.WorkflowAPI]/[method:setAndResolve(dev.restate.sdk.client.Client)]
display-name: Set and resolve durable promise leads to completion
Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication
github-actions / Test Results
All 5 runs with error: oneWayCall(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
oneWayCall(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: oneWayCall(dev.restate.sdk.client.Client) timed out after 30 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.ServiceToServiceCommunication.oneWayCall(ServiceToServiceCommunication.kt:65)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 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.RunRetry
github-actions / Test Results
All 5 runs with error: withExhaustedAttempts(Client) (dev.restate.sdktesting.tests.RunRetry)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
withExhaustedAttempts(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: withExhaustedAttempts(dev.restate.sdk.client.Client) timed out after 30 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.RunRetry.withExhaustedAttempts(RunRetry.kt:51)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.RunRetry]/[method:withExhaustedAttempts(dev.restate.sdk.client.Client)]
display-name: Run is retried until it exhausts the retry attempts
Check failure on line 0 in dev.restate.sdktesting.tests.State
github-actions / Test Results
4 out of 6 runs with error: add(Client) (dev.restate.sdktesting.tests.State)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/lazyState/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
Raw output
add(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: add(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.State.add(State.kt:49)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.State]/[method:add(dev.restate.sdk.client.Client)]
display-name: add(Client)
Check failure on line 0 in dev.restate.sdktesting.tests.UpgradeWithNewInvocation
github-actions / Test Results
All 5 runs with error: executesNewInvocationWithLatestServiceRevisions(Client, URL) (dev.restate.sdktesting.tests.UpgradeWithNewInvocation)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
executesNewInvocationWithLatestServiceRevisions(dev.restate.sdk.client.Client, java.net.URL) timed out after 30 seconds
java.util.concurrent.TimeoutException: executesNewInvocationWithLatestServiceRevisions(dev.restate.sdk.client.Client, java.net.URL) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.UpgradeWithNewInvocation.executesNewInvocationWithLatestServiceRevisions(UpgradeWithNewInvocation.kt:63)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.UpgradeWithNewInvocation]/[method:executesNewInvocationWithLatestServiceRevisions(dev.restate.sdk.client.Client, java.net.URL)]
display-name: executesNewInvocationWithLatestServiceRevisions(Client, URL)
Check failure on line 0 in dev.restate.sdktesting.tests.ServiceToServiceCommunication
github-actions / Test Results
4 out of 5 runs with error: regularCall(Client) (dev.restate.sdktesting.tests.ServiceToServiceCommunication)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
Raw output
regularCall(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: regularCall(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.ServiceToServiceCommunication.regularCall(ServiceToServiceCommunication.kt:49)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.ServiceToServiceCommunication]/[method:regularCall(dev.restate.sdk.client.Client)]
display-name: regularCall(Client)
Check failure on line 0 in dev.restate.sdktesting.tests.State
github-actions / Test Results
4 out of 6 runs with error: listStateAndClearAll(Client) (dev.restate.sdktesting.tests.State)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/lazyState/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
Raw output
listStateAndClearAll(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: listStateAndClearAll(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.State.listStateAndClearAll(State.kt:81)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.State]/[method:listStateAndClearAll(dev.restate.sdk.client.Client)]
display-name: listStateAndClearAll(Client)
Check failure on line 0 in dev.restate.sdktesting.tests.AwaitTimeout
github-actions / Test Results
All 5 runs with error: timeout(Client) (dev.restate.sdktesting.tests.AwaitTimeout)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
timeout(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: timeout(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.AwaitTimeout.timeout(AwaitTimeout.kt:41)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.AwaitTimeout]/[method:timeout(dev.restate.sdk.client.Client)]
display-name: Test Awaitable#await(Duration)
Check failure on line 0 in dev.restate.sdktesting.tests.UserErrors
github-actions / Test Results
2 out of 5 runs with error: invocationWithEventualSuccess(Client) (dev.restate.sdktesting.tests.UserErrors)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
Raw output
invocationWithEventualSuccess(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: invocationWithEventualSuccess(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.UserErrors.invocationWithEventualSuccess(UserErrors.kt:95)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.UserErrors]/[method:invocationWithEventualSuccess(dev.restate.sdk.client.Client)]
display-name: Test invocations are retried until they succeed
Check failure on line 0 in dev.restate.sdktesting.tests.RunRetry
github-actions / Test Results
2 out of 5 runs with error: withSuccess(Client) (dev.restate.sdktesting.tests.RunRetry)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
Raw output
withSuccess(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: withSuccess(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.RunRetry.withSuccess(RunRetry.kt:39)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.RunRetry]/[method:withSuccess(dev.restate.sdk.client.Client)]
display-name: Run is retried until it succeeds
Check failure on line 0 in dev.restate.sdktesting.tests.SleepWithFailures
github-actions / Test Results
All 5 runs with error: sleepAndTerminateServiceEndpoint(Client, ContainerHandle) (dev.restate.sdktesting.tests.SleepWithFailures)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 45s]
test-report/default/TEST-junit-jupiter.xml [took 45s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 45s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 45s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 45s]
Raw output
sleepAndTerminateServiceEndpoint(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 45 seconds
java.util.concurrent.TimeoutException: sleepAndTerminateServiceEndpoint(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 45 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.SleepWithFailures.sleepAndTerminateServiceEndpoint(SleepWithFailures.kt:87)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.SleepWithFailures]/[method:sleepAndTerminateServiceEndpoint(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle)]
display-name: sleepAndTerminateServiceEndpoint(Client, ContainerHandle)
Check failure on line 0 in dev.restate.sdktesting.tests.RunFlush
github-actions / Test Results
All 2 runs with error: flush(Client) (dev.restate.sdktesting.tests.RunFlush)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
flush(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: flush(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.RunFlush.flush(RunFlush.kt:40)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.RunFlush]/[method:flush(dev.restate.sdk.client.Client)]
display-name: Run should wait on acknowledgements
Check failure on line 0 in dev.restate.sdktesting.tests.UserErrors
github-actions / Test Results
All 5 runs with error: sideEffectWithTerminalError(Client) (dev.restate.sdktesting.tests.UserErrors)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
sideEffectWithTerminalError(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: sideEffectWithTerminalError(dev.restate.sdk.client.Client) timed out after 30 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.UserErrors.sideEffectWithTerminalError(UserErrors.kt:105)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.UserErrors]/[method:sideEffectWithTerminalError(dev.restate.sdk.client.Client)]
display-name: Test terminal error of side effects is propagated
Check failure on line 0 in dev.restate.sdktesting.tests.UpgradeWithInFlightInvocation
github-actions / Test Results
All 5 runs with error: inFlightInvocation(Client, URL) (dev.restate.sdktesting.tests.UpgradeWithInFlightInvocation)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
inFlightInvocation(dev.restate.sdk.client.Client, java.net.URL) timed out after 30 seconds
java.util.concurrent.TimeoutException: inFlightInvocation(dev.restate.sdk.client.Client, java.net.URL) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.UpgradeWithInFlightInvocation.inFlightInvocation(UpgradeWithInFlightInvocation.kt:63)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.UpgradeWithInFlightInvocation]/[method:inFlightInvocation(dev.restate.sdk.client.Client, java.net.URL)]
display-name: inFlightInvocation(Client, URL)
Check failure on line 0 in dev.restate.sdktesting.tests.State
github-actions / Test Results
All 6 runs with error: proxyOneWayAdd(Client) (dev.restate.sdktesting.tests.State)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/lazyState/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodesAlwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
proxyOneWayAdd(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: proxyOneWayAdd(dev.restate.sdk.client.Client) timed out after 30 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.State.proxyOneWayAdd(State.kt:62)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.State]/[method:proxyOneWayAdd(dev.restate.sdk.client.Client)]
display-name: proxyOneWayAdd(Client)
Check failure on line 0 in dev.restate.sdktesting.tests.NonDeterminismErrors
github-actions / Test Results
method(String, Client)[1] (dev.restate.sdktesting.tests.NonDeterminismErrors) with error
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 30s]
Raw output
method(java.lang.String, dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: method(java.lang.String, dev.restate.sdk.client.Client) timed out after 30 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:979)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.NonDeterminismErrors.method(NonDeterminismErrors.kt:51)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.NonDeterminismErrors]/[test-template:method(java.lang.String, dev.restate.sdk.client.Client)]/[test-template-invocation:#1]
display-name: eitherSleepOrCall
Check failure on line 0 in dev.restate.sdktesting.tests.KillRuntime
github-actions / Test Results
All 3 runs with error: startAndKillRuntimeRetainsTheState(Client, ContainerHandle) (dev.restate.sdktesting.tests.KillRuntime)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 1m 0s]
test-report/default/TEST-junit-jupiter.xml [took 1m 0s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 1m 0s]
Raw output
startAndKillRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 60 seconds
java.util.concurrent.TimeoutException: startAndKillRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 60 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.KillRuntime.startAndKillRuntimeRetainsTheState(KillRuntime.kt:40)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.KillRuntime]/[method:startAndKillRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle)]
display-name: startAndKillRuntimeRetainsTheState(Client, ContainerHandle)
Check failure on line 0 in dev.restate.sdktesting.tests.StopRuntime
github-actions / Test Results
All 3 runs with error: startAndStopRuntimeRetainsTheState(Client, ContainerHandle) (dev.restate.sdktesting.tests.StopRuntime)
test-report/alwaysSuspending/TEST-junit-jupiter.xml [took 1m 0s]
test-report/default/TEST-junit-jupiter.xml [took 1m 0s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 1m 0s]
Raw output
startAndStopRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 60 seconds
java.util.concurrent.TimeoutException: startAndStopRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle) timed out after 60 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.StopRuntime.startAndStopRuntimeRetainsTheState(StopRuntime.kt:40)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.StopRuntime]/[method:startAndStopRuntimeRetainsTheState(dev.restate.sdk.client.Client, dev.restate.sdktesting.infra.ContainerHandle)]
display-name: startAndStopRuntimeRetainsTheState(Client, ContainerHandle)
Check failure on line 0 in dev.restate.sdktesting.tests.RawHandler
github-actions / Test Results
All 3 runs with error: rawHandler(Client) (dev.restate.sdktesting.tests.RawHandler)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
Raw output
rawHandler(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: rawHandler(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.RawHandler.rawHandler(RawHandler.kt:39)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.RawHandler]/[method:rawHandler(dev.restate.sdk.client.Client)]
display-name: Raw input and raw output
Check failure on line 0 in dev.restate.sdktesting.tests.KafkaIngress
github-actions / Test Results
All 3 runs with error: handleEventInEventHandler(URL, int, Client) (dev.restate.sdktesting.tests.KafkaIngress)
test-report/default/TEST-junit-jupiter.xml [took 10s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 10s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 10s]
Raw output
Lambda expression in org.awaitility.kotlin.AwaitilityKt expected the predicate to return <true> but was null within 10 seconds.
org.awaitility.core.ConditionTimeoutException: Lambda expression in org.awaitility.kotlin.AwaitilityKt expected the predicate to return <true> but was null within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:712)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:729)
at org.awaitility.kotlin.AwaitilityKt.matches(AwaitilityKt.kt:53)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInEventHandler$1.invokeSuspend(KafkaIngress.kt:148)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInEventHandler$1.invoke(KafkaIngress.kt)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInEventHandler$1.invoke(KafkaIngress.kt)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.test.TestDispatcher.processEvent$kotlinx_coroutines_test(TestDispatcher.kt:24)
at kotlinx.coroutines.test.TestCoroutineScheduler.tryRunNextTaskUnless$kotlinx_coroutines_test(TestCoroutineScheduler.kt:99)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$workRunner$1.invokeSuspend(TestBuilders.kt:322)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.KafkaIngress.handleEventInEventHandler(KafkaIngress.kt:107)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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.util.concurrent.TimeoutException
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:103)
... 41 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.KafkaIngress]/[method:handleEventInEventHandler(java.net.URL, int, dev.restate.sdk.client.Client)]
display-name: handleEventInEventHandler(URL, int, Client)
Check failure on line 0 in dev.restate.sdktesting.tests.Ingress
github-actions / Test Results
2 out of 3 runs with error: idempotentInvokeSend(Client) (dev.restate.sdktesting.tests.Ingress)
test-report/default/TEST-junit-jupiter.xml [took 15s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 15s]
Raw output
idempotentInvokeSend(dev.restate.sdk.client.Client) timed out after 15 seconds
java.util.concurrent.TimeoutException: idempotentInvokeSend(dev.restate.sdk.client.Client) timed out after 15 seconds
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.Ingress.idempotentInvokeSend(Ingress.kt:143)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 10 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 23 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.Ingress]/[method:idempotentInvokeSend(dev.restate.sdk.client.Client)]
display-name: Idempotent invocation to a virtual object using send
Check failure on line 0 in dev.restate.sdktesting.tests.KafkaIngress
github-actions / Test Results
All 3 runs with error: handleEventInCounterService(URL, int, Client) (dev.restate.sdktesting.tests.KafkaIngress)
test-report/default/TEST-junit-jupiter.xml [took 10s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 10s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 10s]
Raw output
Lambda expression in org.awaitility.kotlin.AwaitilityKt expected the predicate to return <true> but was null within 10 seconds.
org.awaitility.core.ConditionTimeoutException: Lambda expression in org.awaitility.kotlin.AwaitilityKt expected the predicate to return <true> but was null within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:712)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:729)
at org.awaitility.kotlin.AwaitilityKt.matches(AwaitilityKt.kt:53)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInCounterService$1.invokeSuspend(KafkaIngress.kt:92)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInCounterService$1.invoke(KafkaIngress.kt)
at dev.restate.sdktesting.tests.KafkaIngress$handleEventInCounterService$1.invoke(KafkaIngress.kt)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.test.TestDispatcher.processEvent$kotlinx_coroutines_test(TestDispatcher.kt:24)
at kotlinx.coroutines.test.TestCoroutineScheduler.tryRunNextTaskUnless$kotlinx_coroutines_test(TestCoroutineScheduler.kt:99)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$workRunner$1.invokeSuspend(TestBuilders.kt:322)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.KafkaIngress.handleEventInCounterService(KafkaIngress.kt:73)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
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.ForkJoinTask.awaitDone(ForkJoinTask.java:436)
at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670)
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.util.concurrent.TimeoutException
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:103)
... 41 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.KafkaIngress]/[method:handleEventInCounterService(java.net.URL, int, dev.restate.sdk.client.Client)]
display-name: handleEventInCounterService(URL, int, Client)
Check failure on line 0 in dev.restate.sdktesting.tests.ProxyRequestSigning
github-actions / Test Results
All 3 runs with error: requestSigningPass(Client) (dev.restate.sdktesting.tests.ProxyRequestSigning)
test-report/default/TEST-junit-jupiter.xml [took 30s]
test-report/singleThreadSinglePartition/TEST-junit-jupiter.xml [took 30s]
test-report/threeNodes/TEST-junit-jupiter.xml [took 30s]
Raw output
requestSigningPass(dev.restate.sdk.client.Client) timed out after 30 seconds
java.util.concurrent.TimeoutException: requestSigningPass(dev.restate.sdk.client.Client) timed out after 30 seconds
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)
Suppressed: java.lang.InterruptedException
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:94)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at dev.restate.sdktesting.tests.ProxyRequestSigning.requestSigningPass(ProxyRequestSigning.kt:51)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
... 6 more
Suppressed: java.lang.IllegalStateException: This job has not completed yet
at kotlinx.coroutines.JobSupport.getCompletionExceptionOrNull(JobSupport.kt:1303)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1.invokeSuspend(TestBuilders.kt:370)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.EventLoopImplBase.shutdown(EventLoop.common.kt:222)
at kotlinx.coroutines.EventLoop.decrementUseCount(EventLoop.common.kt:110)
at kotlinx.coroutines.EventLoop.decrementUseCount$default(EventLoop.common.kt:104)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:101)
... 19 more
unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.ProxyRequestSigning]/[method:requestSigningPass(dev.restate.sdk.client.Client)]
display-name: requestSigningPass(Client)