-
Bug
-
Resolution: Done
-
Minor
-
None
Some tests read the module.path property and install custom modules there. The path in build module (SOURCES_ROOT/build/target/wildfly.../modules) is outside of the testsuite and it is supposed to be read-only.
A build of target/wildfly which is shared by all modules.
Modules and bundles are not copied as they are read-only (see surefire props).
List of identified tests:
org.jboss.as.test.integration.management.cli.DeploymentArchiveTestCase org.jboss.as.test.integration.jca.classloading.DataSourceTcclDatasourceClassTestCase org.jboss.as.test.integration.jca.classloading.DataSourceTcclDriverClassTestCase org.jboss.as.test.integration.jca.classloading.DataSourceTcclXADatasourceClassTestCase org.jboss.as.test.integration.weld.extensions.cdiportableextensions.ExtensionTestCase
It also means that it is impossible to run tests against a server provisioned by other means (likely bootable) without first building a full server. (jboss.dist seems to be redirected properly)
- is related to
-
WFLY-19796 Some tests create test modules on unrelated path when tested against bootablejar
-
- Closed
-