-
Bug
-
Resolution: Not a Bug
-
Major
-
None
According to [0] I understand mp.health.disable-default-procedures=true should disable default checks added by RFE https://issues.redhat.com/browse/EAP7-1322.
But we have tests where we configure this property and `boot-errors`, `server-state`, `deployments-status` are returned.
When I set mp.health.disable-default-procedures=true globally by ./standalone.sh -Dmp.health.disable-default-procedures=true it works corectly. Problems seems mp.health.disable-default-procedures is configured through META-INF file in war file. Is this behaviour expected?
[0] https://github.com/wildfly/wildfly/commit/f5bd3daebce865c3215a65454cc2f6dde9cca124#diff-e9dc6f6a10d4a14697912c8b0da71dd3R131
[1] https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-microprofile-testsuite/358/jdk=oracle-java-11,label_exp=RHEL7/testReport/org.jboss.eap.qe.microprofile.health/HealthDeprecatedTest/testDeprecatedHealthAnnotation/
[2] https://github.com/jboss-eap-qe/eap-microprofile-test-suite/blob/058910f9674006f0cbd5210e3701a4cff2c88933/microprofile-health/src/test/java/org/jboss/eap/qe/microprofile/health/HealthDeprecatedTest.java