Gary, I would really like to know how you tested https://github.com/apache/logging-log4j2/pull/708. It references EnhancedPatternLayout which is not present in the PR.
Ralph > On Jan 31, 2022, at 5:01 AM, Gary Gregory <[email protected]> wrote: > > Hi All, > > The branch master started to fail to build for me probably a week ago, but > it was not faliing for anyone else. I suspect my slow mac mini might have > been a factor in my failure as Matt's analysis points the finger at a > timing issue in plugin/loading concurrent code combined with the fact that > some of our tests run in parallel. Matt has been trying to fix this for a > while and now the build fails differently but not just on my machine, it > now also fails in GitHub. > :-( > Gary > > On Mon, Jan 31, 2022 at 12:50 AM Ralph Goers <[email protected]> > wrote: > >> I just pulled master and am unable to build it. >> >> [INFO] Running org.apache.log4j.config.PropertiesConfigurationTest >> 2022-01-30 22:39:47,046 main ERROR Unable to create Layout >> org.apache.log4j.EnhancedPatternLayout due to >> ClassNotFoundException:org.apache.log4j.EnhancedPatternLayout >> >> [ERROR] Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: >> 0.473 s <<< FAILURE! - in org.apache.log4j.config.XmlConfigurationTest >> [ERROR] >> org.apache.log4j.config.XmlConfigurationTest.testConsoleEnhancedPatternLayout >> Time elapsed: 0.01 s <<< FAILURE! >> org.junit.ComparisonFailure: expected:<%[d{ISO8601} [%t][%c] %-5p >> %properties %ndc: %]m%n> but was:<%[]m%n> >> at >> org.apache.log4j.config.XmlConfigurationTest.testConsoleEnhancedPatternLayout(XmlConfigurationTest.java:115) >> >> Ralph >> >>
