Skip to content

Version bump

Version bump #615

GitHub Actions / Unit Test Report for Java 17 failed Apr 6, 2024 in 0s

355 tests run, 0 skipped, 1 failed.

Annotations

Check failure on line 539 in nflow-engine/src/test/java/io/nflow/engine/internal/executor/WorkflowDispatcherTest.java

See this annotation in the file changed.

@github-actions github-actions / Unit Test Report for Java 17

WorkflowDispatcherTest.dispatcherLogsWarningWhenAllThreadsArePotentiallyStuck

Multiple Failures (2 failures)
	java.lang.RuntimeException: Interrupted while waiting for tick
	java.lang.AssertionError: Thread threadDispatcher did not die fast enough
Raw output
org.opentest4j.MultipleFailuresError: 
Multiple Failures (2 failures)
	java.lang.RuntimeException: Interrupted while waiting for tick
	java.lang.AssertionError: Thread threadDispatcher did not die fast enough
	at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:80)
	at org.junit.jupiter.api.AssertAll.assertAll(AssertAll.java:58)
	at org.junit.jupiter.api.Assertions.assertAll(Assertions.java:3008)
	at io.nflow.engine.internal.executor.WorkflowDispatcherTest.runOnce(WorkflowDispatcherTest.java:547)
	at io.nflow.engine.internal.executor.WorkflowDispatcherTest.dispatcherLogsWarningWhenAllThreadsArePotentiallyStuck(WorkflowDispatcherTest.java:367)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.RuntimeException: Interrupted while waiting for tick
		at io.nflow.engine.internal.executor.WorkflowDispatcherTest$MultithreadedTestCase.waitForTick(WorkflowDispatcherTest.java:448)
		at io.nflow.engine.internal.executor.WorkflowDispatcherTest$1DispatcherLogsWarning.threadShutdown(WorkflowDispatcherTest.java:351)
		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
		at io.nflow.engine.internal.executor.WorkflowDispatcherTest$2.run(WorkflowDispatcherTest.java:525)
	Suppressed: java.lang.AssertionError: Thread threadDispatcher did not die fast enough
		at io.nflow.engine.internal.executor.WorkflowDispatcherTest$MultithreadedTestCase.stop(WorkflowDispatcherTest.java:509)
		at io.nflow.engine.internal.executor.WorkflowDispatcherTest.runOnce(WorkflowDispatcherTest.java:539)
		... 4 more