Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc improvements to cluster_controller/logs_controller #2570

Merged
merged 2 commits into from
Jan 30, 2025

Misc improvements to cluster_controller/logs_controller

27e8e07
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Misc improvements to cluster_controller/logs_controller #2570

Misc improvements to cluster_controller/logs_controller
27e8e07
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jan 30, 2025 in 0s

1 errors, 1 skipped, 45 pass in 3m 25s

  7 files  ±0    7 suites  ±0   3m 25s ⏱️ ±0s
 47 tests +2   45 ✅ +1  1 💤 ±0  0 ❌ ±0  1 🔥 +1 
182 runs  +8  178 ✅ +7  3 💤 ±0  0 ❌ ±0  1 🔥 +1 

Results for commit 27e8e07. ± Comparison against earlier commit 4761e69.

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

1 out of 3 runs with error: startAndStopRuntimeRetainsTheState(Client, ContainerHandle) (dev.restate.sdktesting.tests.StopRuntime)

test-report/default/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: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: 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:580)
		... 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)