Skip to content

[Bifrost] Sequencer gives priority to GetSequencerState requests #523

[Bifrost] Sequencer gives priority to GetSequencerState requests

[Bifrost] Sequencer gives priority to GetSequencerState requests #523

GitHub Actions / Test Results failed Feb 8, 2025 in 0s

2 errors, 1 skipped, 42 pass in 5m 21s

  7 files  ±0    7 suites  ±0   5m 21s ⏱️ + 1m 52s
 45 tests ±0   42 ✅  - 2  1 💤 ±0  0 ❌ ±0  2 🔥 +2 
174 runs  ±0  165 ✅  - 6  3 💤 ±0  0 ❌ ±0  6 🔥 +6 

Results for commit c90c180. ± Comparison against earlier commit 9345693.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: startAndStopRuntimeRetainsTheState(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.sdktesting.infra.ContainerHandle) timed out after 60 seconds
java.util.concurrent.TimeoutException: startAndStopRuntimeRetainsTheState(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:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
	Suppressed: org.rnorth.ducttape.TimeoutException: java.lang.InterruptedException
		at org.rnorth.ducttape.timeouts.Timeouts.callFuture(Timeouts.java:70)
		at org.rnorth.ducttape.timeouts.Timeouts.doWithTimeout(Timeouts.java:60)
		at org.testcontainers.containers.wait.strategy.WaitAllStrategy.waitUntilReady(WaitAllStrategy.java:54)
		at dev.restate.sdktesting.infra.RestateContainer.waitStartup(RestateContainer.kt:185)
		at dev.restate.sdktesting.infra.RestateDeployer.deployedContainers$lambda$3$lambda$2(RestateDeployer.kt:178)
		at dev.restate.sdktesting.infra.ContainerHandle.postStart(ContainerHandle.kt:117)
		at dev.restate.sdktesting.infra.ContainerHandle.terminateAndRestart(ContainerHandle.kt:39)
		at dev.restate.sdktesting.tests.StopRuntime$startAndStopRuntimeRetainsTheState$1.invokeSuspend(StopRuntime.kt:61)
		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 dev.restate.sdktesting.tests.UtilsKt.runTest-VtjQ1oo(utils.kt:42)
		at dev.restate.sdktesting.tests.UtilsKt.runTest-VtjQ1oo$default(utils.kt:41)
		at dev.restate.sdktesting.tests.StopRuntime.startAndStopRuntimeRetainsTheState(StopRuntime.kt:47)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		... 6 more
	Caused by: java.lang.InterruptedException
		at java.base/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:471)
		at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:203)
		at org.rnorth.ducttape.timeouts.Timeouts.callFuture(Timeouts.java:65)
		... 35 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.StopRuntime]/[method:startAndStopRuntimeRetainsTheState(dev.restate.sdktesting.infra.ContainerHandle)]
display-name: startAndStopRuntimeRetainsTheState(ContainerHandle)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: startAndKillRuntimeRetainsTheState(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.sdktesting.infra.ContainerHandle) timed out after 60 seconds
java.util.concurrent.TimeoutException: startAndKillRuntimeRetainsTheState(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:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
	Suppressed: org.rnorth.ducttape.TimeoutException: java.lang.InterruptedException
		at org.rnorth.ducttape.timeouts.Timeouts.callFuture(Timeouts.java:70)
		at org.rnorth.ducttape.timeouts.Timeouts.doWithTimeout(Timeouts.java:60)
		at org.testcontainers.containers.wait.strategy.WaitAllStrategy.waitUntilReady(WaitAllStrategy.java:54)
		at dev.restate.sdktesting.infra.RestateContainer.waitStartup(RestateContainer.kt:185)
		at dev.restate.sdktesting.infra.RestateDeployer.deployedContainers$lambda$3$lambda$2(RestateDeployer.kt:178)
		at dev.restate.sdktesting.infra.ContainerHandle.postStart(ContainerHandle.kt:117)
		at dev.restate.sdktesting.infra.ContainerHandle.killAndRestart(ContainerHandle.kt:51)
		at dev.restate.sdktesting.tests.KillRuntime$startAndKillRuntimeRetainsTheState$1.invokeSuspend(KillRuntime.kt:61)
		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 dev.restate.sdktesting.tests.UtilsKt.runTest-VtjQ1oo(utils.kt:42)
		at dev.restate.sdktesting.tests.UtilsKt.runTest-VtjQ1oo$default(utils.kt:41)
		at dev.restate.sdktesting.tests.KillRuntime.startAndKillRuntimeRetainsTheState(KillRuntime.kt:47)
		at java.base/java.lang.reflect.Method.invoke(Method.java:580)
		... 6 more
	Caused by: java.lang.InterruptedException
		at java.base/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:471)
		at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:203)
		at org.rnorth.ducttape.timeouts.Timeouts.callFuture(Timeouts.java:65)
		... 35 more

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.KillRuntime]/[method:startAndKillRuntimeRetainsTheState(dev.restate.sdktesting.infra.ContainerHandle)]
display-name: startAndKillRuntimeRetainsTheState(ContainerHandle)