You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
Significant test suite cleanup/refactoring.
Change maven unit test config to run all tests instead of a whitelist.
Many more unit tests are now running.
Make maven clean up the unit test outputs.
Remove hopelessly broken tests:
* tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java
* tests/src/java/org/apache/log4j/defaultInit/TestCase2.java
* tests/src/java/org/apache/log4j/defaultInit/TestCase3.java
* tests/src/java/org/apache/log4j/defaultInit/TestCase4.java
None of these were being run during the build.
Change many tests that read/write files to use unique filenames.
This avoids tests output leaking between tests.
The suite is now a bit less brittle.
Delete left-over SocketServer configs now that it is disabled.
0 commit comments