Skip to content

CI failure: LogTest.scala - "INFO didn't match with TRACE" error #3996

@xerial

Description

@xerial

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:

  1. Run the test suite on current main or the referenced PR.
  2. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions