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

Intermittent failure in native MicroprofileMetricsIT #2460

Closed
ppalaga opened this issue Apr 9, 2021 · 0 comments
Closed

Intermittent failure in native MicroprofileMetricsIT #2460

ppalaga opened this issue Apr 9, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Apr 9, 2021

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
@ppalaga ppalaga added the test label Apr 9, 2021
@jamesnetherton jamesnetherton self-assigned this Apr 12, 2021
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Apr 12, 2021
jamesnetherton added a commit to jboss-fuse/camel-quarkus that referenced this issue Apr 28, 2021
@ppalaga ppalaga added this to the 2.0.0-M1 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants