Skip to content

Increase count of reflected types

quarkus-bot / Build summary for 70727f113ab750da2f460a0a1226773f2edabf5b completed Mar 26, 2024

Build summary for 70727f113ab750da2f460a0a1226773f2edabf5b

Failing Jobs - Building 70727f1 - Back to Pull request

Status Name Step Failures Logs Raw logs Build scan
βœ”οΈ MicroProfile TCKs Tests Failures Logs Raw logs 🚧

⚠️ This workflow run had flaky tests. See details for more information.

Details

Test Failures

βš™οΈ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-opentelemetry 

πŸ“¦ tcks/microprofile-opentelemetry

# Tests:    53
+ Success:  52
- Failures: 1
- Errors:   0
! Skipped:  0

βœ– org.eclipse.microprofile.telemetry.tracing.tck.async.MpRestClientAsyncTest.testIntegrationWithMpRestClientAsync - History - Source on GitHub - πŸ …

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)

Flaky tests - Develocity

βš™οΈ JVM Tests - JDK 17

πŸ“¦ extensions/smallrye-reactive-messaging-kafka/deployment

βœ– io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - History

  • Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: 
Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase 
Expecting size of:
  []
to be greater than or equal to 2 but was 0 within 10 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)

πŸ“¦ extensions/spring-scheduled/deployment

βœ– io.quarkus.spring.scheduled.deployment.RepeatedScheduledMethodTest.test - History

  • COM01003: Internal error: Assertion failure: Expected boolean value to be false - java.lang.AssertionError
java.lang.AssertionError: COM01003: Internal error: Assertion failure: Expected boolean value to be false
	at org.wildfly.common.Assert.assertTrue(Assert.java:520)
	at io.quarkus.spring.scheduled.deployment.RepeatedScheduledMethodTest.test(RepeatedScheduledMethodTest.java:26)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:500)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:414)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Annotations

Check failure on line 1 in tcks/microprofile-opentelemetry/src/test/java/org/eclipse/microprofile/telemetry/tracing/tck/async/MpRestClientAsyncTest.java

See this annotation in the file changed.

@quarkus-bot quarkus-bot / Build summary for 70727f113ab750da2f460a0a1226773f2edabf5b

MicroProfile TCKs Tests

java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
Raw output
java.util.concurrent.RejectedExecutionException: event executor terminated
	at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
	at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
	at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
	at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
	at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:300)
	at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:288)
	at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:57)
	at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231)
	at io.vertx.core.impl.future.FutureImpl.onSuccess(FutureImpl.java:87)
	at io.quarkus.opentelemetry.runtime.exporter.otlp.VertxGrpcExporter.shutdown(VertxGrpcExporter.java:160)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.lambda$shutdown$3(BatchSpanProcessor.java:294)
	at io.opentelemetry.sdk.common.CompletableResultCode.succeed(CompletableResultCode.java:85)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.flush(BatchSpanProcessor.java:278)
	at io.opentelemetry.sdk.trace.export.BatchSpanProcessor$Worker.run(BatchSpanProcessor.java:239)
	at java.base/java.lang.Thread.run(Thread.java:840)