Skip to content

Call shutdown RPC on worker shutdown (#2264) #703

Call shutdown RPC on worker shutdown (#2264)

Call shutdown RPC on worker shutdown (#2264) #703

GitHub Actions / JUnit Test Report failed Oct 10, 2024 in 0s

843 tests run, 811 passed, 31 skipped, 1 failed.

Annotations

Check failure on line 113 in temporal-sdk/src/test/java/io/temporal/workflow/queryTests/DirectQueryReplaysDontSpamLogWithWorkflowExecutionExceptionsTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

DirectQueryReplaysDontSpamLogWithWorkflowExecutionExceptionsTest.queriedWorkflowFailureDoesntProduceAdditionalLogsWhenWorkflowIsNotCompleted

java.lang.AssertionError: There was three executions - one original and two full replays for query. expected:<3> but was:<4>
Raw output
java.lang.AssertionError: There was three executions - one original and two full replays for query. expected:<3> but was:<4>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at io.temporal.workflow.queryTests.DirectQueryReplaysDontSpamLogWithWorkflowExecutionExceptionsTest.queriedWorkflowFailureDoesntProduceAdditionalLogsWhenWorkflowIsNotCompleted(DirectQueryReplaysDontSpamLogWithWorkflowExecutionExceptionsTest.java:113)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at io.temporal.testing.internal.SDKTestWorkflowRule$1.evaluate(SDKTestWorkflowRule.java:239)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1589)