Description:
A CI job failed in this workflow run due to a test error in airframe-dotty-test/src/main/scala/dotty/test/LogTest.scala:
INFO didn't match with TRACE
Details:
- Test file:
LogTest.scala
- Error location: line 37
- Workflow file:
.github/workflows/test.yml
- SHA:
2d68bab79bafde063547138ec5396c3c01a9569e
- Full job logs show only 1 failed test out of 1655:
Test Report Scala 3.x - 1655 tests run, 1633 passed, 21 skipped, 1 failed.
airframe-dotty-test/src/main/scala/dotty/test/LogTest.scala | INFO didn't match with TRACE
Repro steps:
- Run the test suite on current main or the referenced PR.
- Check the assertion in
LogTest.scala (line 37) comparing log levels.
Expected:
Test should pass if log output matches the expected level.
Actual:
Test fails due to mismatched log level: expected "INFO", got "TRACE".
Please review and address the log level mismatch in LogTest.scala.
Description:
A CI job failed in this workflow run due to a test error in
airframe-dotty-test/src/main/scala/dotty/test/LogTest.scala:Details:
LogTest.scala.github/workflows/test.yml2d68bab79bafde063547138ec5396c3c01a9569eRepro steps:
LogTest.scala(line 37) comparing log levels.Expected:
Test should pass if log output matches the expected level.
Actual:
Test fails due to mismatched log level: expected "INFO", got "TRACE".
Please review and address the log level mismatch in
LogTest.scala.