@Ceki sure, that test fails if you git checkout LOGBACK-1612-LevelChangePropagator-inconsistent-with-jul-to-slf4j and then git checkout HEAD^ logback-classic/src/main. Here it is as a branch with only the failing test, no src/main changes: https://github.com/yonran/logback/tree/LOGBACK-1612-failing-test Here is the error when I run mvn clean test -Dtest='ch.qos.logback.classic.jul.LevelChangePropagatorTest' -DfailIfNoTests=false
intermediateValues(ch.qos.logback.classic.jul.LevelChangePropagatorTest) Time elapsed: 0.075 sec <<< FAILURE! java.lang.AssertionError: logger at ERROR -> jul SEVERE should pass message at SLIGHTLY_ERROR at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at ch.qos.logback.classic.jul.LevelChangePropagatorTest.testLoggableAtJulLevel(LevelChangePropagatorTest.java:123) at ch.qos.logback.classic.jul.LevelChangePropagatorTest.intermediateValues(LevelChangePropagatorTest.java:166)
|