-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
None
-
False
-
-
False
-
-
-
-
-
-
-
Fault Tolerance metrics are not exposed intermittently, or most of Fault Tolerance metrics are exposed, but "metric about the call of FT method if fallback was not call" has not been exposed. This is a bean, missing metric should looks like "ft_invocations_total - counter - [result:valueReturned][method:org.jboss.eap.qe.microprofile.fault.tolerance.deployments.v10.HelloService.timeout][job:UndeployDeployTest-first-deployment][fallback:notApplied] = 1".
- intermittent issue - 12.5%
- Priority of this jira is blocker, because this behaviour is against MP spec
- The root cause may be the same like JBEAP-32071, but I'm not sure, so I reported new jira
- This issue can be easily reproduced by UndeployDeployTest#testFaultToleranceMetricsAreTracedWithSameDeployments in upstream MP TS, you can also use this commit that brings more logs
Steps to reproduce:
- git clone git@github.com:marekkopecky/eap-microprofile-test-suite.git -b faultToleranceStabilization
- cd eap-microprofile-test-suite
- run the following command more times:
- mvn clean verify --fail-at-end -Dmaven.test.failure.ignore=true -Djboss.dist=/path/to/server -Dinsecure.repositories=WARN -Dtest=UndeployDeployTest -Dsurefire.failIfNoSpecifiedTests=false
- issue can be reproduced in TS if just one test is executed, so other tests can't affect this scenario