Most jtreg tests (i.e. all tests that are not in a JUnit or TestNG hierarchy) share a classes directory.
This can lead to reliability/repeatability issues when running tests concurrently, and/or different tests in different runs.
It would be good to isolate the test-specific classes for each test, while retaining the ability to share compiled library classes.
This can lead to reliability/repeatability issues when running tests concurrently, and/or different tests in different runs.
It would be good to isolate the test-specific classes for each test, while retaining the ability to share compiled library classes.
- relates to
-
CODETOOLS-7902027 unique test.classes dir incorrectly enabled by default
- Resolved
-
CODETOOLS-7901986 RedefineClassTest randomly fails with NoClassDefFoundError
- Closed