Details
-
Bug
-
Resolution: Fixed
-
Major
-
5.0-milestone-2
-
None
-
N/A
-
N/A
-
Description
If a unit test capture logs then other unit tests will have the logging level set to DEBUG (since currently LogRule resets all logger's levels to the default which is DEBUG)...
This causes several issues amongst which test that fail on some systems because starting with JUnit 4.11 test ordering is no longer guaranted. Another problem is TPC that varies for the same reason.