ppalaga opened a new issue #2460: URL: https://github.com/apache/camel-quarkus/issues/2460
Seen in https://github.com/apache/camel-quarkus/pull/2459/checks?check_run_id=2304842007#step:9:987 I cannot reproduce this locally: ``` [INFO] Running org.apache.camel.quarkus.component.microprofile.it.metrics.MicroprofileMetricsIT Apr 09, 2021 10:26:33 AM org.jboss.threads.Version <clinit> INFO: JBoss Threads version 3.2.0.Final ====================================================================================== native.image.path was not set, making a guess for the correct path of native image guessed path: /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/microprofile/target/camel-quarkus-integration-test-microprofile-1.9.0-SNAPSHOT-runner ====================================================================================== Executing [/home/runner/work/camel-quarkus/camel-quarkus/integration-tests/microprofile/target/camel-quarkus-integration-test-microprofile-1.9.0-SNAPSHOT-runner, -Dquarkus.http.port=37363, -Dquarkus.http.ssl-port=34653, -Dtest.url=http://localhost:37363, -Dquarkus.log.file.path=/home/runner/work/camel-quarkus/camel-quarkus/integration-tests/microprofile/target/quarkus.log, -Dquarkus.log.file.enable=true] 2021-04-09 10:26:35,875 INFO [org.apa.cam.qua.cor.CamelBootstrapRecorder] (main) bootstrap runtime: org.apache.camel.quarkus.main.CamelMainRuntime 2021-04-09 10:26:35,918 INFO [org.apa.cam.mai.BaseMainSupport] (main) Auto-configuration summary 2021-04-09 10:26:35,919 INFO [org.apa.cam.mai.BaseMainSupport] (main) camel.context.name=quarkus-camel-example 2021-04-09 10:26:35,920 INFO [org.apa.cam.mai.BaseMainSupport] (main) camel.health.config[checkIntervalThreshold].interval=100 2021-04-09 10:26:35,920 INFO [org.apa.cam.mai.BaseMainSupport] (main) camel.health.config[disabledHealthRoute].parent=routes 2021-04-09 10:26:35,921 INFO [org.apa.cam.mai.BaseMainSupport] (main) camel.health.config[disabledHealthRoute].enabled=false at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Running org.apache.camel.quarkus.component.microprofile.it.faulttolerance.MicroprofileFaultToleranceIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.camel.quarkus.component.microprofile.it.faulttolerance.MicroprofileFaultToleranceIT [INFO] [INFO] Results: [INFO] Error: Failures: Error: MicroprofileHealthIT>MicroProfileHealthTest.testHealthUpStatus:41 2 expectations failed. JSON path status doesn't match. Expected: is "UP" Actual: DOWN JSON path checks.status doesn't match. Expected: iterable with items ["UP", "UP", "UP"] in any order Actual: <[UP, UP, DOWN]> [INFO] Error: Tests run: 21, Failures: 1, Errors: 0, Skipped: 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org