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

New test tool with new action #387

Merged
merged 1 commit into from
Nov 6, 2024

New test tool with new action

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

New test tool with new action #387

New test tool with new action
702ad89
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Nov 6, 2024 in 0s

3 errors, 1 skipped, 43 pass in 6m 18s

  7 files    7 suites   6m 18s ⏱️
 47 tests  43 ✅ 1 💤 0 ❌ 3 🔥
182 runs  172 ✅ 3 💤 0 ❌ 7 🔥

Results for commit 702ad89.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs with error: ordering(boolean[], Client)[1] (dev.restate.sdktesting.tests.CallOrdering)

test-report/threeNodes/TEST-junit-jupiter.xml [took 0s]
Raw output
[POST http://127.0.0.1:32847/Proxy/manyCalls][Status: 500] dispatcher error: error when trying to route the request internally. Got response body: {"message":"dispatcher error: error when trying to route the request internally"}
dev.restate.sdk.client.IngressException: [POST http://127.0.0.1:32847/Proxy/manyCalls][Status: 500] dispatcher error: error when trying to route the request internally. Got response body: {"message":"dispatcher error: error when trying to route the request internally"}
	at dev.restate.sdk.client.DefaultClient.handleNonSuccessResponse(DefaultClient.java:413)
	at dev.restate.sdk.client.DefaultClient.lambda$callAsync$0(DefaultClient.java:64)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:844)
	at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483)
	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)

unique-id: [engine:junit-jupiter]/[class:dev.restate.sdktesting.tests.CallOrdering]/[test-template:ordering(%5BZ, dev.restate.sdk.client.Client)]/[test-template-invocation:#1]
display-name: [1] [true, false, false]

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(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

See this annotation in the file changed.

@github-actions 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)