[jboss-jira] [JBoss JIRA] (WFLY-9526) Mixed domain tests are launching legacy slaves using current jboss-modules.jar
Brian Stansberry (JIRA)
issues at jboss.org
Mon Nov 6 16:20:00 EST 2017
Brian Stansberry created WFLY-9526:
--------------------------------------
Summary: Mixed domain tests are launching legacy slaves using current jboss-modules.jar
Key: WFLY-9526
URL: https://issues.jboss.org/browse/WFLY-9526
Project: WildFly
Issue Type: Bug
Components: Domain Management, Test Suite
Reporter: Brian Stansberry
Priority: Minor
DomainTestSupport.Configuration.getSlaveConfiguration(String hostConfigPath, String testName, String hostName, WildFlyManagedConfiguration baseConfig, boolean readOnlyHost, boolean debug) drops any configured jboss.home from the passed in baseConfig, which results in the default one being used. That's fine for the normal testsuite/domain in wildfly core and full wildfly, as all the domain processes in those test modules use the same installation, just with different writable dirs per HC. But in mixed domain it means the legacy slaves are using jboss-modules.jar from the current version, not their own.
This is a minor bug as it seems to not cause any harm, but it could blow up somehow if something changes, and regardless it's not right to run a legacy slave that's not really running legacy software.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list