-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Searching for "master" work on the testsuite reveals some classes that can be adapted to use a proper language:
wildfly/testsuite (main) $ git grep master integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remote/worker/NonDefaultRemoteWorkerTestCase.java: private static final String NAME_WORKER = "puppet-master"; integration/elytron-oidc-client/src/test/java/org/wildfly/test/integration/elytron/oidc/client/KeycloakConfiguration.java: .post(authServerUrl + "/realms/master/protocol/openid-connect/token") integration/elytron/src/test/resources/org/wildfly/test/integration/elytron/certs/ocsp/ocsp-responder.xml:<OCSPServer master="true" xmlns="http://xipki.org/ocsp/conf/v2"> integration/manualmode/src/test/resources/legacy-configs/host/7-1-3.xml:<host name="master" xmlns="urn:jboss:domain:1.3"> integration/manualmode/src/test/resources/legacy-configs/host/7-2-0.xml:<host name="master" xmlns="urn:jboss:domain:1.4"> integration/manualmode/src/test/resources/legacy-configs/host/eap-6-0-0.xml:<host name="master" xmlns="urn:jboss:domain:1.3"> integration/manualmode/src/test/resources/legacy-configs/host/eap-6-1-0.xml:<host name="master" xmlns="urn:jboss:domain:1.4"> integration/manualmode/src/test/resources/legacy-configs/host/eap-6-2-0.xml:<host name="master" xmlns="urn:jboss:domain:1.5"> integration/manualmode/src/test/resources/legacy-configs/host/eap-6-3-0.xml:<host name="master" xmlns="urn:jboss:domain:1.6"> integration/manualmode/src/test/resources/legacy-configs/host/eap-6-4-0.xml:<host name="master" xmlns="urn:jboss:domain:1.7"> integration/manualmode/src/test/resources/legacy-configs/host/eap-7-0-0.xml:<host xmlns="urn:jboss:domain:4.1" name="master"> integration/manualmode/src/test/resources/legacy-configs/host/eap-7-1-0.xml:<host xmlns="urn:jboss:domain:5.0" name="master"> integration/manualmode/src/test/resources/legacy-configs/host/eap-7-2-0.xml:<host xmlns="urn:jboss:domain:8.0" name="master"> integration/manualmode/src/test/resources/legacy-configs/host/eap-7-3-0.xml:<host xmlns="urn:jboss:domain:11.0" name="master"> integration/manualmode/src/test/resources/legacy-configs/host/eap-7-4-0.xml:<host xmlns="urn:jboss:domain:16.0" name="master"> integration/manualmode/src/test/resources/legacy-configs/standalone/eap-7-1-0-activemq-colocated.xml: <shared-store-master/> integration/manualmode/src/test/resources/legacy-configs/standalone/eap-7-2-0-activemq-colocated.xml: <shared-store-master/> integration/manualmode/src/test/resources/legacy-configs/standalone/eap-7-3-0-activemq-colocated.xml: <shared-store-master/> integration/manualmode/src/test/resources/legacy-configs/standalone/eap-7-4-0-activemq-colocated.xml: <shared-store-master/> integration/microprofile-tck/health/pom.xml: <!-- https://github.com/eclipse/microprofile-health/blob/master/tck/running_the_tck.asciidoc#disabling-default-vendor-procedures --> integration/microprofile-tck/reactive-streams-operators/pom.xml: https://github.com/reactive-streams/reactive-streams-jvm/blob/master/tck/src/main/java/org/reactivestreams/tck/TestEnvironment.java integration/smoke/src/test/java/org/jboss/as/test/smoke/jms/SendToQueueIgnoreJTATest.java: * Test is based on test from issue - https://github.com/javaee-samples/javaee7-samples/tree/master/jms/jms-xa mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/WildcardReadsTestCase.java: op.get(WHERE, "master").set(false); mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/WildcardReadsTestCase.java: op.get(WHERE, "master").set(true); mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/WildcardReadsTestCase.java: op.get(WHERE, "master").set(false);
NonDefaultRemoteWorkerTestCase.java, KeycloakConfiguration.java, and ocsp-responder.xml are likely to be fixed. The other classes are related to legacy stuff, git branches and necessary tests on Mixed domains; we cannot get rid of this word from them.