You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build logback-classic versions 1.5.8 and 1.5.11 from source, but some unit tests are failing. For example:
[ERROR] LogbackListenerTest.testThatErrorIsDetectedAtLogInit:55 Expected ch.qos.logback.classic.issue.logback1159.LoggingError to be thrown, but nothing was thrown.
[ERROR] ReconfigureOnChangeTaskTest.propertiesConfigurationTest:188 expected: ERROR but was: WARN
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project logback-classic: There are test failures.
I have tried using several Java versions, including versions starting from version 21, as well as different Maven versions, but the error persists. This issue seems to be specific to logback-classic, as with my current setup, I can successfully build other modules, such as logback-core, and run its unit tests without errors.
I tried building logback-classic without running the tests, and it was successful, but I need to run the tests.
Could you please share any suggestions or advice on how to resolve this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to build logback-classic versions 1.5.8 and 1.5.11 from source, but some unit tests are failing. For example:
I have tried using several Java versions, including versions starting from version 21, as well as different Maven versions, but the error persists. This issue seems to be specific to logback-classic, as with my current setup, I can successfully build other modules, such as logback-core, and run its unit tests without errors.
I tried building logback-classic without running the tests, and it was successful, but I need to run the tests.
Could you please share any suggestions or advice on how to resolve this?
Thank you.
The text was updated successfully, but these errors were encountered: