GitHub Actions / Build summary for 90202f31d0fc991a4058769a4e71945f1c62b2e1
completed
Jan 8, 2025 in 0s
Build summary for 90202f31d0fc991a4058769a4e71945f1c62b2e1
Details
Test Failures
⚙️ JVM Tests - JDK 17 Windows #
📦 extensions/smallrye-fault-tolerance/deployment
# Tests: 16
+ Success: 15
- Failures: 0
- Errors: 1
! Skipped: 0
✖ io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingTest.threadOffloadAndFallback
line 27
- Source on GitHub - 🠅
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "io.vertx.core.Context.isEventLoopContext()" because "this.vertxContext" is null
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
at io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingTest.threadOffloadAndFallback(BlockingTest.java:27)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:513)
at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:427)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Annotations
github-actions / Build summary for 90202f31d0fc991a4058769a4e71945f1c62b2e1
JVM Tests - JDK 17 Windows
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "io.vertx.core.Context.isEventLoopContext()" because "this.vertxContext" is null
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
Raw output
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "io.vertx.core.Context.isEventLoopContext()" because "this.vertxContext" is null
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
at io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingTest.threadOffloadAndFallback(BlockingTest.java:27)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:513)
at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:427)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.NullPointerException: Cannot invoke "io.vertx.core.Context.isEventLoopContext()" because "this.vertxContext" is null
at io.smallrye.faulttolerance.vertx.VertxExecutor.execute(VertxExecutor.java:21)
at io.smallrye.faulttolerance.core.async.ThreadOffload.apply(ThreadOffload.java:42)
at io.smallrye.faulttolerance.core.retry.Retry.afterDelay(Retry.java:129)
at io.smallrye.faulttolerance.core.retry.Retry.lambda$doRetry$0(Retry.java:87)
at io.smallrye.faulttolerance.core.retry.TimerDelay.after(TimerDelay.java:26)
at io.smallrye.faulttolerance.core.retry.Retry.doRetry(Retry.java:86)
at io.smallrye.faulttolerance.core.retry.Retry.afterDelay(Retry.java:163)
at io.smallrye.faulttolerance.core.retry.Retry.lambda$doRetry$0(Retry.java:87)
at io.smallrye.faulttolerance.core.retry.TimerDelay.after(TimerDelay.java:26)
at io.smallrye.faulttolerance.core.retry.Retry.doRetry(Retry.java:86)
at io.smallrye.faulttolerance.core.retry.Retry.afterDelay(Retry.java:163)
at io.smallrye.faulttolerance.core.retry.Retry.lambda$doRetry$0(Retry.java:87)
at io.smallrye.faulttolerance.core.retry.TimerDelay.after(TimerDelay.java:26)
at io.smallrye.faulttolerance.core.retry.Retry.doRetry(Retry.java:86)
at io.smallrye.faulttolerance.core.retry.Retry.afterDelay(Retry.java:163)
at io.smallrye.faulttolerance.core.retry.Retry.doRetry(Retry.java:69)
at io.smallrye.faulttolerance.core.retry.Retry.apply(Retry.java:59)
at io.smallrye.faulttolerance.core.async.RememberEventLoop.apply(RememberEventLoop.java:37)
at io.smallrye.faulttolerance.core.invocation.StrategyInvoker.proceed(StrategyInvoker.java:43)
at io.smallrye.faulttolerance.core.invocation.StrategyInvoker.proceed(StrategyInvoker.java:9)
at io.smallrye.faulttolerance.core.invocation.CompletionStageSupport.fromFuture(CompletionStageSupport.java:58)
at io.smallrye.faulttolerance.core.invocation.CompletionStageSupport.fromFuture(CompletionStageSupport.java:12)
at io.smallrye.faulttolerance.FaultToleranceInterceptor.asyncFlow(FaultToleranceInterceptor.java:357)
at io.smallrye.faulttolerance.FaultToleranceInterceptor.intercept(FaultToleranceInterceptor.java:202)
at io.smallrye.faulttolerance.FaultToleranceInterceptor_Bean.intercept(Unknown Source)
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
at io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingService_Subclass.fallback(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.smallrye.faulttolerance.core.invocation.NormalMethodInvoker.proceed(NormalMethodInvoker.java:44)
at io.smallrye.faulttolerance.core.invocation.CompletionStageSupport.toFuture(CompletionStageSupport.java:37)
at io.smallrye.faulttolerance.FaultToleranceInterceptor.lambda$prepareFallbackFunction$21(FaultToleranceInterceptor.java:622)
at io.smallrye.faulttolerance.core.fallback.ThreadOffloadFallbackFunction.lambda$apply$0(ThreadOffloadFallbackFunction.java:24)
at io.smallrye.context.impl.wrappers.SlowContextualRunnable.run(SlowContextualRunnable.java:19)
at io.quarkus.vertx.core.runtime.VertxCoreRecorder$15.runWith(VertxCoreRecorder.java:642)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654)
at org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1627)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1594)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:11)
at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:11)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
Loading