Skip to content

unblock UseExisting #6949

unblock UseExisting

unblock UseExisting #6949

GitHub Actions / JUnit Test Report failed Feb 28, 2025 in 0s

1156 tests run, 1109 passed, 45 skipped, 2 failed.

Annotations

Check failure on line 211 in temporal-sdk/src/test/java/io/temporal/client/functional/WorkflowIdConflictPolicyTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowIdConflictPolicyTest.conflictPolicyFail

java.lang.AssertionError: expected:<ALREADY_EXISTS> but was:<INVALID_ARGUMENT>
Raw output
java.lang.AssertionError: expected:<ALREADY_EXISTS> but was:<INVALID_ARGUMENT>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at io.temporal.testserver.functional.WorkflowIdConflictPolicyTest.conflictPolicyFail(WorkflowIdConflictPolicyTest.java:211)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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 io.temporal.testing.internal.SDKTestWorkflowRule$1.evaluate(SDKTestWorkflowRule.java:255)
	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:264)
	at java.base/java.lang.Thread.run(Thread.java:829)

Check failure on line 126 in temporal-sdk/src/test/java/io/temporal/client/functional/WorkflowIdConflictPolicyTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowIdConflictPolicyTest.conflictPolicyUseExisting

io.grpc.StatusRuntimeException: INVALID_ARGUMENT: workflow event link must not have an empty run ID field
Raw output
io.grpc.StatusRuntimeException: INVALID_ARGUMENT: workflow event link must not have an empty run ID field
	at app//io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at app//io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at app//io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at app//io.temporal.api.workflowservice.v1.WorkflowServiceGrpc$WorkflowServiceBlockingStub.startWorkflowExecution(WorkflowServiceGrpc.java:5580)
	at app//io.temporal.testserver.functional.WorkflowIdConflictPolicyTest.conflictPolicyUseExisting(WorkflowIdConflictPolicyTest.java:126)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
	at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at app//io.temporal.testing.internal.SDKTestWorkflowRule$1.evaluate(SDKTestWorkflowRule.java:255)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at [email protected]/java.lang.Thread.run(Thread.java:829)