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

Bytecode recording improvements #20422

Merged

Conversation

stuartwdouglas
Copy link
Member

No description provided.

@stuartwdouglas stuartwdouglas force-pushed the bytecode-recorder-fix branch 2 times, most recently from 28e6876 to ac35794 Compare September 27, 2021 23:24
@stuartwdouglas stuartwdouglas changed the title Generate better bytecode for int and boolean param Generate better bytecode for primitives Sep 27, 2021
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/rest labels Sep 28, 2021
@stuartwdouglas stuartwdouglas changed the title Generate better bytecode for primitives Bytecode recording improvements Sep 28, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 28, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building eef478e

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs
MicroProfile TCKs Tests Verify Failures Logs Raw logs
Native Tests - Data5 Build Failures Logs Raw logs
Native Tests - HTTP Build Failures Logs Raw logs
Native Tests - Main Build Failures Logs Raw logs
Native Tests - Misc1 Build Failures Logs Raw logs
Native Tests - Misc3 Build Failures Logs Raw logs
Native Tests - Misc4 Build Failures Logs Raw logs
Native Tests - Spring Build Failures Logs Raw logs

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/smallrye-fault-tolerance/deployment extensions/vertx/deployment integration-tests/container-image/maven-invoker-way 
! Skipped: core/test-extension/deployment docs extensions/agroal/deployment and 298 more

📦 extensions/smallrye-fault-tolerance/deployment

io.quarkus.smallrye.faulttolerance.test.FaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.NonblockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.context.propagation.FaultToleranceContextPropagationTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.noncompat.NoncompatAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.types.mutiny.MutinyFaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.circuitbreaker.maintenance.duplicate.CircuitBreakerNameInheritanceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.retry.backoff.TwoBackoffsOnMethodTest. line 22 - Source on GitHub

📦 extensions/vertx/deployment

io.quarkus.vertx.CodecRegistrationTest. - Source on GitHub

io.quarkus.vertx.EventBusCodecTest. - Source on GitHub

io.quarkus.vertx.MutinyCodecTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerContextTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerFailureTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerMethodTest. - Source on GitHub

io.quarkus.vertx.deployment.RequestContextTerminationTest. - Source on GitHub

📦 integration-tests/container-image/maven-invoker-way

Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.2:run (integration-tests) on project quarkus-integration-test-container-image-invoker: 2 builds failed. See console output above for details.

📦 integration-tests/container-image/maven-invoker-way/target/it/container-build-jib-with-kafka

org.acme.kafka.KafkaClientTest.testBareClients line 29 - Source on GitHub

📦 integration-tests/container-image/maven-invoker-way/target/it/container-image-jib-with-redis

org.acme.redis.IncrementResourceTest.testRedisOperations line 46 - Source on GitHub


⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/smallrye-fault-tolerance/deployment extensions/vertx/deployment 
! Skipped: core/test-extension/deployment docs extensions/agroal/deployment and 298 more

📦 extensions/smallrye-fault-tolerance/deployment

io.quarkus.smallrye.faulttolerance.test.FaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.NonblockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.context.propagation.FaultToleranceContextPropagationTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.noncompat.NoncompatAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.types.mutiny.MutinyFaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.circuitbreaker.maintenance.duplicate.CircuitBreakerNameInheritanceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.retry.backoff.TwoBackoffsOnMethodTest. line 22 - Source on GitHub

📦 extensions/vertx/deployment

io.quarkus.vertx.CodecRegistrationTest. - Source on GitHub

io.quarkus.vertx.EventBusCodecTest. - Source on GitHub

io.quarkus.vertx.MutinyCodecTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerContextTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerFailureTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerMethodTest. - Source on GitHub

io.quarkus.vertx.deployment.RequestContextTerminationTest. - Source on GitHub


⚙️ JVM Tests - JDK 17 #

- Failing: extensions/smallrye-fault-tolerance/deployment extensions/vertx/deployment integration-tests/container-image/maven-invoker-way 
! Skipped: core/test-extension/deployment docs extensions/agroal/deployment and 298 more

📦 extensions/smallrye-fault-tolerance/deployment

io.quarkus.smallrye.faulttolerance.test.FaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.BlockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.additional.NonblockingAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.context.propagation.FaultToleranceContextPropagationTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.noncompat.NoncompatAsyncTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.asynchronous.types.mutiny.MutinyFaultToleranceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.circuitbreaker.maintenance.duplicate.CircuitBreakerNameInheritanceTest. - Source on GitHub

io.quarkus.smallrye.faulttolerance.test.retry.backoff.TwoBackoffsOnMethodTest. line 22 - Source on GitHub

📦 extensions/vertx/deployment

io.quarkus.vertx.CodecRegistrationTest. - Source on GitHub

io.quarkus.vertx.EventBusCodecTest. - Source on GitHub

io.quarkus.vertx.MutinyCodecTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerContextTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerFailureTest. - Source on GitHub

io.quarkus.vertx.deployment.MessageConsumerMethodTest. - Source on GitHub

io.quarkus.vertx.deployment.RequestContextTerminationTest. - Source on GitHub

📦 integration-tests/container-image/maven-invoker-way

Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.2:run (integration-tests) on project quarkus-integration-test-container-image-invoker: 2 builds failed. See console output above for details.

📦 integration-tests/container-image/maven-invoker-way/target/it/container-build-jib-with-kafka

org.acme.kafka.KafkaClientTest.testBareClients line 29 - Source on GitHub

📦 integration-tests/container-image/maven-invoker-way/target/it/container-image-jib-with-redis

org.acme.redis.IncrementResourceTest.testRedisOperations line 46 - Source on GitHub


⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-fault-tolerance tcks/microprofile-graphql tcks/resteasy-reactive 

📦 tcks/microprofile-fault-tolerance

org.eclipse.microprofile.fault.tolerance.tck.AsyncCancellationTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.AsyncFallbackTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.AsyncTimeoutTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.AsynchronousCSTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.AsynchronousTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerBulkheadTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerExceptionHierarchyTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerInitialSuccessTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerLateSuccessTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerRetryTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.ConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.FallbackExceptionHierarchyTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.FallbackTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.RetryConditionTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.RetryExceptionHierarchyTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.RetryTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.RetryTimeoutTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.TimeoutGlobalConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.TimeoutMethodConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.ZeroRetryJitterTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchRetryTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadAsynchTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadFutureTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadPressureTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchRetryTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.BulkheadSynchTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.bulkhead.lifecycle.BulkheadLifecycleTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigGlobalTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.CircuitBreakerConfigOnMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.lifecycle.CircuitBreakerLifecycleTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.BulkheadConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerSkipOnConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyGlobalVsClassVsMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.ConfigPropertyOnClassAndMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.FallbackApplyOnConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.FallbackConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.FallbackSkipOnConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.RetryConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnClassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyEnableOnMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationGloballyTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnMethodsTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableGloballyTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnClassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableFTEnableOnMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodAbstractTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodBasicTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodDefaultMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericAbstractTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericArrayTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericComplexTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericDeepTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodGenericWildcardTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInPackageTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodInterfaceTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodOutOfPackageTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodPrivateTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassOverrideTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSubclassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassPrivateTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodSuperclassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodVarargsTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardNegativeTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.fallbackmethod.FallbackMethodWildcardTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackMethodWithArgsTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.IncompatibleFallbackTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.interceptor.FaultToleranceInterceptorTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.interceptor.ftPriorityChange.FaultToleranceInterceptorPriorityChangeAnnotationConfTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousClassTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidAsynchronousMethodTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadAsynchQueueTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidBulkheadValueTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerDelayTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVol0Test.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureReqVolNegTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccess0Test.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidCircuitBreakerFailureSuccessNegTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayDurationTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryDelayTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryJitterTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidRetryMaxRetriesTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.InvalidTimeoutValueTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.AllMetricsTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.BulkheadMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.CircuitBreakerMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.ClashingNameTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.ClassLevelMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.FallbackMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.MetricsDisabledTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.RetryMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.metrics.TimeoutMetricTest.arquillianBeforeClass - Source on GitHub

org.eclipse.microprofile.fault.tolerance.tck.visibility.retry.RetryVisibilityTest.arquillianBeforeClass - Source on GitHub

📦 tcks/microprofile-graphql

org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest.arquillianBeforeClass - Source on GitHub

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamListEntityWithFromStringTest line 161 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamEntityWithFromStringTest line 122 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamSetEntityWithFromStringTest line 135 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamSortedSetEntityWithFromStringTest line 148 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamEntityWithValueOfTest line 109 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.cookie.plain.JAXRSClient0114.cookieParamEntityWithConstructorTest line 96 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.allParamsInParamTest line 285 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.matrixParamInParamTest line 229 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.pathParamInParamTest line 200 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.headerParamInParamTest line 170 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.queryParamInParamTest line 111 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.cookieParamInParamTest line 258 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.beanparam.plain.JAXRSClient0116.formParamInParamTest line 140 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.asyncinvoker.JAXRSClient0118. - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.clientrequestcontext.JAXRSClient0121.getHeadersIsMutableTest line 131 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.cacheControlTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.headersMultivaluedMapIsNullReplacesAllTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.headersMultivaluedMapTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.cookieCookieTest line 269 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.headerObjectTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.cookieStringStringTest line 285 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.acceptLanguageByLocalesTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.invocationbuilder.JAXRSClient0119.acceptLanguageByStringsTest - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.client.syncinvoker.JAXRSClient0120. - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.container.requestcontext.JAXRSClient0138. - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.container.requestcontext.security.JAXRSClient0136. - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.container.resourceinfo.JAXRSClient0135. - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.JAXRSClient0143.cookieParamTest line 117 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.locator.JAXRSLocatorClient0142.cookieParamSubTest line 85 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.sub.JAXRSSubClient0141.cookieParamSubTest line 84 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.headers.JAXRSClient0132.contentLanguageTest line 140 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.headers.JAXRSClient0132.getDateTest line 221 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.headers.JAXRSClient0132.getHeaderStringTest line 244 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.headers.JAXRSClient0132.getHeaderStringUsesToStringTest line 271 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.response.JAXRSClient0131.readEntityClassAnnotationTest line 1349 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.core.response.JAXRSClient0131.readEntityGenericTypeAnnotationTest line 1512 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamStringTest line 116 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamLongTest line 309 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamByteTest line 395 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamBooleanTest line 438 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamFloatTest line 265 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamShortTest line 353 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamDoubleTest line 221 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.JAXRSClient0108.headerParamIntTest line 176 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamStringTest line 92 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamLongTest line 162 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamByteTest line 190 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamBooleanTest line 204 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamFloatTest line 148 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamShortTest line 176 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamDoubleTest line 134 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107.headerParamIntTest line 120 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamStringTest line 94 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamLongTest line 164 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamByteTest line 192 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamBooleanTest line 206 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamFloatTest line 150 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamShortTest line 178 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamDoubleTest line 136 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106.headerParamIntTest line 122 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamDoubleTest line 139 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamLongTest line 189 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamBooleanTest line 248 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamIntTest line 117 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamByteTest line 228 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamStringTest line 102 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamFloatTest line 161 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.JAXRSClient0102.matrixParamShortTest line 209 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamDoubleTest line 120 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamLongTest line 148 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamBooleanTest line 190 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamIntTest line 106 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamByteTest line 176 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamStringTest line 92 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamFloatTest line 134 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101.matrixParamShortTest line 162 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamDoubleTest line 119 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamLongTest line 147 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamBooleanTest line 189 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamIntTest line 105 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamByteTest line 175 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamStringTest line 91 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamFloatTest line 133 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100.matrixParamShortTest line 161 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamStringTest line 109 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamBooleanTest line 350 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamFloatTest line 214 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamDoubleTest line 181 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamShortTest line 289 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamIntTest line 148 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamNoQueryTest line 132 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamLongTest line 257 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.JAXRSClient0150.queryParamByteTest line 318 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamStringTest line 95 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamBooleanTest line 215 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamFloatTest line 155 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamDoubleTest line 140 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamShortTest line 185 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamIntTest line 125 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamNoQueryTest line 110 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamLongTest line 170 - Source on GitHub

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149.queryParamByteTest line 200 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClient0174.sseBroadcastTest line 151 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.stringTest line 111 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.fileTest line 223 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.inputstreamTest line 208 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.readerTest line 193 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.multivaluedMapTest line 292 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.sseStageCheckTest line 368 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.doubleTest line 161 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.charTest line 126 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.intTest line 144 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsink.JAXRSClient0176.bytearrayTest line 178 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostFor1500msTest line 568 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.stringTest line 315 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.connectionLostForDefault500msTest line 238 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.reconnectByEventMethodTest line 270 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.fileTest line 403 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.userReconnectByEventMethodTest line 294 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.byteArrayTest line 331 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.readerTest line 379 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.multivaluedMapTest line 526 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.ee.sse.sseeventsource.JAXRSClient0175.inputStreamTest line 355 - Source on GitHub

com.sun.ts.tests.jaxrs.jaxrs21.platform.providers.jsonp.JAXRSClient0183.serverJsonStringArgumentTest line 126 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanIsValidTest line 109 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.returnIsValidTest line 163 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanAnnotatedIsValidTest line 236 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanAnnotatedIsInvalidForBeingFiveCharsLongTest line 254 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanIsInvalidForBeingOneCharLongTest line 145 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanAnnotatedIsValidEvenBeingOneCharLongTest line 272 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.annotation.JAXRSClient0168.beanIsInvalidForBeingFiveCharsLongTest line 127 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.constraintviolationexceptionmapper.JAXRSClient0169.beanAnnotatedIsInvalidForBeingFiveCharsLongTest line 155 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.constraintviolationexceptionmapper.JAXRSClient0169.beanIsInvalidForBeingFiveCharsLongTest line 116 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.validationexceptionmapper.JAXRSClient0170.beanAnnotatedIsInvalidForBeingFiveCharsLongTest line 154 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.beanvalidation.validationexceptionmapper.JAXRSClient0170.beanIsInvalidForBeingFiveCharsLongTest line 115 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeAnyJavaObjectInputStreamTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isCanceledWhenCanceledTest line 333 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isCanceledWhenSuspendedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.handleTimeoutCancelsTest line 707 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelDateOnResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isSuspendedWhenSuspendedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelDateOnCanceledTest line 301 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeCanceledTest line 156 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelIntTest line 180 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isDoneWhenResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeCanceledIntTest line 232 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isCanceledWhenResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelVoidOnCanceledTest line 141 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isSuspendedWhenCanceledTest line 478 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.handleTimeoutResumesTest line 733 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.setTimeoutTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelDateTest line 256 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelVoidOnResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelIntOnResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelVoidTest line 108 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeWithCheckedExceptionTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isDoneWhenSuspendedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isSuspendedWhenResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.updateTimeoutTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.cancelIntOnCanceledTest line 217 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.handleTimeOutWaitsForeverTest line 687 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isDoneWhenCanceledTest line 424 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeCanceledDateTest line 317 - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.isDoneWhenTimedOutTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeWithRuntimeExceptionTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeWithExceptionReturnsFalseWhenResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.suspendResumeTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.asyncresponse.JAXRSClient0163.resumeResumedTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerClassThrowsNpeTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.argumentIsNullWhenRegistredClassTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerInstancesThrowsNpeSecondArgNullTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerClassesThrowsNpeSecondArgNullTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerClassesThrowsNpeFirstArgNullTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerInstancesThrowsNpeFirstArgNullTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.container.completioncallback.JAXRSClient0164.registerObjectThrowsNpeTest - Source on GitHub

com.sun.ts.tests.jaxrs.platform.provider.jsonp.JAXRSClient0162.serverJsonObjectArgumentTest line 165 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientReaderReaderTest line 200 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientByteArrayReaderTest line 155 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientInputStreamReaderTest line 183 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientMultivaluedMapReaderTest line 316 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientStringReaderTest line 169 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.client.typedentities.JAXRSClient0025.clientFileReaderTest line 216 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringReaderNoInterceptorTest line 244 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.inputStreamReaderContainerInterceptorTest line 321 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.readerReaderNoInterceptorTest line 435 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.byteArrayReaderNoInterceptorTest line 151 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringBeanReaderNoInterceptorTest line 886 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringBeanWriterClientInterceptorTest line 945 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.fileWriterClientInterceptorTest line 592 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.byteArrayWriterClientInterceptorTest line 205 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.byteArrayReaderContainerInterceptorTest line 134 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringReaderContainerInterceptorTest line 227 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.inputStreamWriterClientInterceptorTest line 396 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.inputStreamReaderNoInterceptorTest line 340 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.fileReaderContainerInterceptorTest line 513 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.fileReaderNoInterceptorTest line 530 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.readerReaderContainerInterceptorTest line 418 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.jaxbWriterClientInterceptorTest line 843 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringWriterClientInterceptorTest line 298 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.readerWriterClientInterceptorTest line 491 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.interceptor.JAXRSClient0021.stringBeanReaderContainerInterceptorTest line 867 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.lastvalue.JAXRSClient0020.writerContextOnClientTest line 198 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.filter.lastvalue.JAXRSClient0020.readerContextOnClientTest line 129 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteInputStreamProviderTest line 156 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteStringProviderTest line 141 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteMapProviderTest line 265 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteReaderProviderTest line 171 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteIntegerProviderTest line 328 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteCharacterProviderTest line 307 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteByteArrayProviderTest line 126 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.overridestandard.JAXRSClient0008.readWriteFileProviderTest line 186 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.reader.JAXRSClient0009.meadiaTypeDefaultTest line 135 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.reader.JAXRSClient0009.iterateAllAppJavaReadersTest line 159 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.reader.JAXRSClient0009.meadiaTypeContentTypeTest line 116 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.reader.JAXRSClient0009.iterateFirstAppJavaReaderTest line 182 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standard.JAXRSClient0005.fileProviderTest line 265 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standard.JAXRSClient0005.inputStreamProviderTest line 228 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standard.JAXRSClient0005.stringProviderTest line 211 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standard.JAXRSClient0005.readerProviderTest line 248 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.JAXRSClient0001.readWriteMapProviderTest line 139 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.JAXRSClient0001.readWriteIntegerProviderTest line 208 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardhaspriority.JAXRSClient0001.readWriteCharacterProviderTest line 185 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverFileProviderTest line 274 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverStringProviderTest line 146 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverReaderProviderTest line 229 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverInputStreamProviderTest line 184 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverByteArrayProviderTest line 107 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardnotnull.JAXRSClient0003.serverMultivaluedMapProviderTest line 415 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderBigDecimalTest line 280 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderDoubleTest line 264 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderIntTest line 202 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderCharacterTest line 186 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderCharTest line 171 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderIntegerTest line 232 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.mapElementProviderTest line 114 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderLongTest line 217 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.standardwithjaxrsclient.JAXRSClient0006.readWriteProviderBigLongTest line 248 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.provider.visibility.JAXRSClient0010.contextResolverTest line 96 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.responsemediatype.JAXRSClient0016.defaultResponseErrorTest line 430 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.enumQueryTest line 142 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.entityHeaderTest line 177 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.entityQueryTest line 229 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.enumMaxtrixTest line 125 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.entityMaxtrixTest line 212 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.enumPathTest line 159 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.entityPathTest line 246 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.resource.valueofandfromstring.JAXRSClient0017.enumHeaderTest line 90 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.template.JAXRSClient0000.Test5 line 142 - Source on GitHub

com.sun.ts.tests.jaxrs.spec.template.JAXRSClient0000.Test6 line 159 - Source on GitHub


⚙️ Native Tests - Data5 #

- Failing: integration-tests/hibernate-reactive-postgresql 

📦 integration-tests/hibernate-reactive-postgresql

io.quarkus.it.hibernate.reactive.postgresql.HibernateReactiveFetchLazyInGraalIT.fetchAfterFindWithMutiny - Source on GitHub


⚙️ Native Tests - HTTP #

- Failing: integration-tests/rest-client integration-tests/vertx 

📦 integration-tests/rest-client

io.quarkus.it.rest.client.selfsigned.ExternalSelfSignedITCase.should_accept_self_signed_certs - Source on GitHub

📦 integration-tests/vertx

io.quarkus.it.vertx.VertxProducerResourceIT.testInjection - Source on GitHub


⚙️ Native Tests - Main #

- Failing: integration-tests/main 

📦 integration-tests/main

io.quarkus.it.main.DatasourceITCase.testDataSourceTransactions - Source on GitHub


⚙️ Native Tests - Misc1 #

- Failing: integration-tests/quartz 

📦 integration-tests/quartz

io.quarkus.it.quartz.QuartzITCase.testCount - Source on GitHub


⚙️ Native Tests - Misc3 #

- Failing: integration-tests/smallrye-graphql integration-tests/smallrye-graphql-client 

📦 integration-tests/smallrye-graphql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-smallrye-graphql: Failed to build quarkus application

📦 integration-tests/smallrye-graphql-client

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-smallrye-graphql-client: Failed to build quarkus application


⚙️ Native Tests - Misc4 #

- Failing: integration-tests/micrometer-prometheus 

📦 integration-tests/micrometer-prometheus

io.quarkus.it.micrometer.prometheus.PrometheusMetricsRegistryIT.testTemplatedPathOnClass - Source on GitHub


⚙️ Native Tests - Spring #

- Failing: integration-tests/spring-web 

📦 integration-tests/spring-web

io.quarkus.it.spring.web.SecurityIT.shouldFailToAccessRestrictedOnClass - Source on GitHub

@stuartwdouglas stuartwdouglas force-pushed the bytecode-recorder-fix branch 2 times, most recently from 31c42b6 to 06f005e Compare September 28, 2021 07:09
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 28, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 06f005e

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs
MicroProfile TCKs Tests Verify Failures Logs Raw logs
Native Tests - Misc3 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/smallrye-graphql/deployment 
! Skipped: docs extensions/smallrye-graphql-client/deployment integration-tests/hibernate-orm-graphql-panache and 2 more

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.CompletionStageTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLCDIContextPropagationTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLConfigMappingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLGroupedTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLNamingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLOverHttpTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLSchemaUnavailableTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLTracingDisabledTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.GraphQLTracingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.HotReloadTest.testCodeChange - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.LinkedList (java.util.ArrayList and java.util.LinkedList are in module java.base of loader 'bootstrap')
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.smallrye.graphql.deployment.HotReloadTest.testAddAndRemoveFieldChange - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.LinkedList (java.util.ArrayList and java.util.LinkedList are in module java.base of loader 'bootstrap')
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.smallrye.graphql.deployment.InjectRoutingContextTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.MetricsDisabledTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.MetricsTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.RequestContextTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.SecurityTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.SmallRyeGraphQLContextTestCase. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

io.quarkus.smallrye.graphql.deployment.UniTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)

⚙️ JVM Tests - JDK 17 #

- Failing: core/test-extension/deployment extensions/smallrye-graphql/deployment 
! Skipped: docs extensions/smallrye-graphql-client/deployment integration-tests/hibernate-orm-graphql-panache and 3 more

📦 core/test-extension/deployment

io.quarkus.commandmode.DefaultProfileInjectingMainTestCase.testRun line 26 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExceptionHandlingCommandModeTestCase.testRun line 26 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExceptionThrowingCommandModeTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExitCodeTestCase. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.commandmode.JavaMainFullyQualifiedTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.JavaMainTestCase.testRun line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.NamedMainTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.OverriddenProfileInjectingMainTestCase.testRun line 29 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.SimpleCommandModeBothMainsTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.SimpleCommandModeTestCase.testRun line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.config.BuildTimeConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.AdditionalLocationsTest.additionalLocations - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.extest.ConfiguredBeanTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.PackageTestCase. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.RuntimeDefaultsTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.StaticInitSourcesTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.UnknownConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AdditionalHandlersTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncConsoleHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncFileHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncSyslogHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.CategoryConfiguredHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.ConsoleHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.FileHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicSizeRotatingLoggingRotateOnBootTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicSizeRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.SizeRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.SyslogHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.CompletionStageTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLCDIContextPropagationTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLConfigMappingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLGroupedTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLNamingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLOverHttpTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLSchemaUnavailableTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLTracingDisabledTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.GraphQLTracingTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.HotReloadTest.testCodeChange - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.LinkedList (java.util.ArrayList and java.util.LinkedList are in module java.base of loader 'bootstrap')
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.smallrye.graphql.deployment.HotReloadTest.testAddAndRemoveFieldChange - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.LinkedList (java.util.ArrayList and java.util.LinkedList are in module java.base of loader 'bootstrap')
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.smallrye.graphql.deployment.InjectRoutingContextTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.MetricsDisabledTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.MetricsTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.RequestContextTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.SecurityTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.SmallRyeGraphQLContextTestCase. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

io.quarkus.smallrye.graphql.deployment.UniTest. - More details - Source on GitHub

java.lang.ExceptionInInitializerError
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-graphql 

📦 tcks/microprofile-graphql

org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest.arquillianBeforeClass - More details - Source on GitHub

org.jboss.arquillian.container.spi.client.container.DeploymentException: Unable to start the runtime runner
	at io.quarkus.arquillian.QuarkusDeployableContainer.deploy(QuarkusDeployableContainer.java:235)
	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:151)

⚙️ Native Tests - Misc3 #

- Failing: integration-tests/smallrye-graphql integration-tests/smallrye-graphql-client 

📦 integration-tests/smallrye-graphql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-smallrye-graphql: Failed to build quarkus application

📦 integration-tests/smallrye-graphql-client

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-smallrye-graphql-client: Failed to build quarkus application

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 29, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 6f9191f

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build ⚠️ Check → Logs Raw logs
JVM Tests - JDK 17 Build ⚠️ Check → Logs Raw logs
Maven Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

⚠️ Errors occurred while downloading the build reports. This report is incomplete.

Failures

⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties line 132 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:166)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

io.quarkus.maven.it.JarRunnerIT.testPlatformPropertiesOverridenInApplicationProperties line 132 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.maven.it.JarRunnerIT that uses io.quarkus.maven.it.verifier.MavenProcessInvocationResult was not fulfilled within 1 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:166)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 30, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 201864b

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: devtools/cli 

📦 devtools/cli

io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults line 115 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

io.quarkus.cli.CliProjectGradleTest.testCreateCliDefaults line 46 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:40)

⚙️ JVM Tests - JDK 17 #

- Failing: core/test-extension/deployment 
! Skipped: integration-tests/test-extension 

📦 core/test-extension/deployment

io.quarkus.commandmode.DefaultProfileInjectingMainTestCase.testRun line 26 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExceptionHandlingCommandModeTestCase.testRun line 26 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExceptionThrowingCommandModeTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.ExitCodeTestCase. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.commandmode.JavaMainFullyQualifiedTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.JavaMainTestCase.testRun line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.NamedMainTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.OverriddenProfileInjectingMainTestCase.testRun line 29 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.SimpleCommandModeBothMainsTestCase.testRun line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.commandmode.SimpleCommandModeTestCase.testRun line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.config.BuildTimeConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.config.StaticInitConfigMappingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.AdditionalLocationsTest.additionalLocations - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusDevModeTest.beforeEach(QuarkusDevModeTest.java:259)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachCallbacks$2(TestMethodTestDescriptor.java:163)

io.quarkus.extest.ConfiguredBeanTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.PackageTestCase. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.RuntimeDefaultsTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.StaticInitSourcesTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.extest.UnknownConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AdditionalHandlersTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncConsoleHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncFileHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.AsyncSyslogHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.CategoryConfiguredHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.ConsoleHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.FileHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicSizeRotatingLoggingRotateOnBootTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.PeriodicSizeRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.SizeRotatingLoggingTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

io.quarkus.logging.SyslogHandlerTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:553)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllCallbacks$10(ClassBasedTestDescriptor.java:381)

Mostly targeted at improving RESTEasy Reactive hot reload time and
memory usage. Decompiled bytecode for a 100 endpoint app goes from 28k
lines to 8k lines, and hot reload speed is significantly improved.

Runtime memory usage is also improved, as some objects can now be
shared.

- Primitive improvements and simplification of buggy int/boolean handling
- Cast once when the object is returned from the value array
- Allow for value based recording to 'intern' objects as part of the
  recording process.
- Allow for constructor recording for objects that can't be annotated.
@stuartwdouglas stuartwdouglas merged commit c0bafb1 into quarkusio:main Oct 6, 2021
@quarkus-bot quarkus-bot bot added this to the 2.4 - main milestone Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/core area/rest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants