GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/182
Apply ThreadContextRule to Log4j1XmlLayoutTest
NDC value is leaking into the test intermittently causing a
comparison to fail.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2
Log4j1XmlLayoutTest_flake
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/182.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #182
----
commit d96a7f30478e5989f9bd6ff8a665432ef6475f8e
Author: Carter Kozak <ckozak@...>
Date: 2018-06-12T16:08:10Z
Apply ThreadContextRule to Log4j1XmlLayoutTest
NDC value is leaking into the test intermittently causing a
comparison to fail.
----
---