That module isn't set up for parallel execution yet, and I don't think
I've even updated any tests there yet, either. If it's in log4j-api,
then yes, that could be from concurrency issues which might be due to
a missing annotation for indicating thread context dependence
(@UsingAnyThreadContext or
log4j-1.2-api/src/test/java/org/apache/log4j/LoggerTest.java:556 on master
fails on OSX with the following error:
Test Year is null ==> expected: not
I am suspecting parallel execution for this. That is, context map getting
mutated concurrently. Otherwise I have no idea why would this fail:
Thr