Skip to content

Version bump

Version bump #617

GitHub Actions / Integration Test Report for Java 17 and mariadb failed Apr 7, 2024 in 0s

106 tests run, 11 skipped, 2 failed.

Annotations

Check failure on line 1 in nflow-tests/src/test/java/io/nflow/tests/ChildWorkflowTest.java

See this annotation in the file changed.

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

ChildWorkflowTest.checkFibonacciWorkflowComputesCorrectResult

java.util.concurrent.RejectedExecutionException: RejectedExecutionException invoking http://localhost:40231/nflow/api/v1/workflow-instance/id/150?includes=currentStateVariables&includes=actions&includes=actionStateVariables&includes=childWorkflows: Task java.util.concurrent.CompletableFuture$AsyncSupply@3d0a8cc0 rejected from java.util.concurrent.ThreadPoolExecutor@4cbd837a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 168]
Raw output
jakarta.ws.rs.ProcessingException: java.util.concurrent.RejectedExecutionException: RejectedExecutionException invoking http://localhost:40231/nflow/api/v1/workflow-instance/id/150?includes=currentStateVariables&includes=actions&includes=actionStateVariables&includes=childWorkflows: Task java.util.concurrent.CompletableFuture$AsyncSupply@3d0a8cc0 rejected from java.util.concurrent.ThreadPoolExecutor@4cbd837a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 168]
	at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:645)
	at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:619)
	at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1149)
	at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1086)
	at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:931)
	at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:900)
	at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:460)
	at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:640)
	at io.nflow.tests.AbstractNflowTest.getWorkflowInstance(AbstractNflowTest.java:114)
	at io.nflow.tests.AbstractNflowTest.getWorkflowInstance(AbstractNflowTest.java:167)
	at io.nflow.tests.AbstractNflowTest.lambda$getWorkflowInstanceWithTimeout$0(AbstractNflowTest.java:176)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.util.concurrent.RejectedExecutionException: RejectedExecutionException invoking http://localhost:40231/nflow/api/v1/workflow-instance/id/150?includes=currentStateVariables&includes=actions&includes=actionStateVariables&includes=childWorkflows: Task java.util.concurrent.CompletableFuture$AsyncSupply@3d0a8cc0 rejected from java.util.concurrent.ThreadPoolExecutor@4cbd837a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 168]
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.mapException(HTTPConduit.java:1452)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1438)
	at org.apache.cxf.transport.http.HttpClientHTTPConduit$HttpClientWrappedOutputStream.close(HttpClientHTTPConduit.java:511)
	at org.apache.cxf.io.AbstractWrappedOutputStream.close(AbstractWrappedOutputStream.java:77)
	at org.apache.cxf.ext.logging.LoggingOutputStream.postClose(LoggingOutputStream.java:53)
	at org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:717)
	at org.apache.cxf.transport.http.HttpClientHTTPConduit.close(HttpClientHTTPConduit.java:115)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
	at org.apache.cxf.jaxrs.client.AbstractClient.doRunInterceptorChain(AbstractClient.java:717)
	at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1085)
	... 11 more
Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncSupply@3d0a8cc0 rejected from java.util.concurrent.ThreadPoolExecutor@4cbd837a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 168]
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365)
	at java.base/java.util.concurrent.CompletableFuture.completeAsync(CompletableFuture.java:2673)
	at java.net.http/jdk.internal.net.http.MultiExchange.responseAsync(MultiExchange.java:294)
	at java.net.http/jdk.internal.net.http.HttpClientImpl.sendAsync(HttpClientImpl.java:654)
	at java.net.http/jdk.internal.net.http.HttpClientImpl.sendAsync(HttpClientImpl.java:607)
	at java.net.http/jdk.internal.net.http.HttpClientImpl.sendAsync(HttpClientImpl.java:599)
	at java.net.http/jdk.internal.net.http.HttpClientFacade.sendAsync(HttpClientFacade.java:133)
	at org.apache.cxf.transport.http.HttpClientHTTPConduit$HttpClientWrappedOutputStream.setProtocolHeaders(HttpClientHTTPConduit.java:692)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1373)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1409)
	... 22 more

Check failure on line 177 in nflow-tests/src/test/java/io/nflow/tests/MaintenanceTest.java

See this annotation in the file changed.

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

MaintenanceTest.createMoreWorkflowsAgain

execution timed out after 15000 ms
Raw output
org.opentest4j.AssertionFailedError: execution timed out after 15000 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:65)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.assertTimeoutPreemptively(AssertTimeoutPreemptively.java:47)
	at org.junit.jupiter.api.AssertTimeoutPreemptively.assertTimeoutPreemptively(AssertTimeoutPreemptively.java:43)
	at org.junit.jupiter.api.Assertions.assertTimeoutPreemptively(Assertions.java:3427)
	at io.nflow.tests.MaintenanceTest.waitUntilWorkflowsFinished(MaintenanceTest.java:174)
	at io.nflow.tests.MaintenanceTest.createMoreWorkflowsAgain(MaintenanceTest.java:95)
	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-8
	at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
	at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
	at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1866)
	at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465)
	at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436)
	at [email protected]/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1939)
	at [email protected]/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
	at app//org.apache.cxf.transport.http.HttpClientHTTPConduit$HttpClientWrappedOutputStream.getResponse(HttpClientHTTPConduit.java:731)
	at app//org.apache.cxf.transport.http.HttpClientHTTPConduit$HttpClientWrappedOutputStream.getResponseCode(HttpClientHTTPConduit.java:760)
	at app//org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1653)
	at app//org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1684)
	at app//org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1626)
	at app//org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1420)
	at app//org.apache.cxf.transport.http.HttpClientHTTPConduit$HttpClientWrappedOutputStream.close(HttpClientHTTPConduit.java:511)
	at app//org.apache.cxf.io.AbstractWrappedOutputStream.close(AbstractWrappedOutputStream.java:77)
	at app//org.apache.cxf.ext.logging.LoggingOutputStream.postClose(LoggingOutputStream.java:53)
	at app//org.apache.cxf.io.CachedOutputStream.close(CachedOutputStream.java:228)
	at app//org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at app//org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:717)
	at app//org.apache.cxf.transport.http.HttpClientHTTPConduit.close(HttpClientHTTPConduit.java:115)
	at app//org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at app//org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
	at app//org.apache.cxf.jaxrs.client.AbstractClient.doRunInterceptorChain(AbstractClient.java:717)
	at app//org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1085)
	at app//org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:931)
	at app//org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:900)
	at app//org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:460)
	at app//org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:640)
	at app//io.nflow.tests.AbstractNflowTest.getWorkflowInstance(AbstractNflowTest.java:114)
	at app//io.nflow.tests.AbstractNflowTest.getWorkflowInstance(AbstractNflowTest.java:167)
	at app//io.nflow.tests.MaintenanceTest.lambda$waitUntilWorkflowsFinished$0(MaintenanceTest.java:177)
	at app//io.nflow.tests.MaintenanceTest$$Lambda$1333/0x00007fbe246d4950.execute(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)