Description
The test org.apache.derbyTesting.functionTests.tests.junitTests.DerbyNet.CompatibilityTest has been failing in the nightlies because it needs to be run in the old test harness, and for some reason the property which grants permission to read ${user.home}/junit.properties is not being picked up properly in the old harness.
I am able to resolve the problem by granting permission to read ${user.home}/junit.properties to all, but the test should be refactored so that it can run with the rest of the junit tests without needing the old harness.
Attachments
Attachments
Issue Links
- blocks
-
DERBY-2446 Remove notion of the old test harness from TestConfiguration
- Closed
- is related to
-
DERBY-5889 tests.compatibility._Suite has AccessControlException errors on Windows
- Open
- relates to
-
DERBY-6397 Run the rewritten compatibility test with multiple JVMs
- Open
-
DERBY-1048 Include run of junitTests/CompatibilitySuite, or converted compatibility test suite with 10.1/trunk combination into suites.All
- Closed
- requires
-
DERBY-5475 Formalize use of old Derby distributions in tests
- In Progress