]
Ondrej Zizka reassigned WFLY-966:
---------------------------------
Assignee: (was: Ondrej Zizka)
tests altering jboss.dist directory
-----------------------------------
Key: WFLY-966
URL:
https://issues.jboss.org/browse/WFLY-966
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Aleksandar Kostadinov
when running test suite with jboss.dost changed to a directory without write access two
tests:
org.jboss.as.test.integration.osgi.management.OSGiManagementTestCase.testAddRemoveCapabilities
org.jboss.as.test.integration.extension.remove.ExtensionRemoveTestCase.testAddAndRemoveExtension
With errors:
File could not be created:
/usr/share/jbossas/bundles/org/jboss/test/testcap1343334290201/main/testcapabilitybundle.jar
Could not create /usr/share/jbossas/modules/extensionremovemodule/main
That means they are trying to alter the jboss distribution under testing which seems
inconsistent with what the other tests do.