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

Bump ip from 2.0.0 to 2.0.1 in /nflow-explorer #627

Closed

Bump ip from 2.0.0 to 2.0.1 in /nflow-explorer

47699d1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bump ip from 2.0.0 to 2.0.1 in /nflow-explorer #627

Bump ip from 2.0.0 to 2.0.1 in /nflow-explorer
47699d1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration Test Report for Java 17 and oracle failed Feb 21, 2024 in 0s

124 tests run, 11 skipped, 1 failed.

Annotations

Check failure on line 84 in nflow-tests/src/test/java/io/nflow/tests/StateVariablesTest.java

See this annotation in the file changed.

@github-actions github-actions / Integration Test Report for Java 17 and oracle

StateVariablesTest.checkStateVariables

execution timed out after 5000 ms
Raw output
org.opentest4j.AssertionFailedError: execution timed out after 5000 ms
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.createAssertionFailure(AssertTimeoutPreemptively.java:132)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.resolveFutureAndHandleException(AssertTimeoutPreemptively.java:116)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.assertTimeoutPreemptively(AssertTimeoutPreemptively.java:82)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.assertTimeoutPreemptively(AssertTimeoutPreemptively.java:61)
	at org.junit.jupiter.api.Assertions.assertTimeoutPreemptively(Assertions.java:3500)
	at io.nflow.tests.AbstractNflowTest.getWorkflowInstanceWithTimeout(AbstractNflowTest.java:173)
	at io.nflow.tests.StateVariablesTest.checkStateVariables(StateVariablesTest.java:84)
	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)
Caused by: org.junit.jupiter.api.AssertTimeoutPreemptively$ExecutionTimeoutException: Execution timed out in thread junit-timeout-thread-2
	at [email protected]/java.lang.Thread.sleep(Native Method)
	at app//io.nflow.tests.AbstractNflowTest.getWorkflowInstance(AbstractNflowTest.java:166)
	at app//io.nflow.tests.AbstractNflowTest.lambda$getWorkflowInstanceWithTimeout$0(AbstractNflowTest.java:176)
	at app//io.nflow.tests.AbstractNflowTest$$Lambda$1258/0x00007fb06c7ac9b0.get(Unknown Source)
	at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at [email protected]/java.lang.Thread.run(Thread.java:840)