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
Maven integration test fails for me on Windows 10:
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestMojoIT>LaunchMojoTestBase.testThatTheTestsAreReRunMultiModule:56 Tests were run, but the log is not parseable with the patterns we know. This is the log:...
The problem (not visible in the log output text) is that there are terminal control characters present.
That is despite test generated projects having quarkus.test.basic-console=true.
When I sanitized those symbols before parsing, it works for me.
Karm
changed the title
Maven testing fails on Windows due to terminal color decorations confusing regexps
Maven IT fails on Windows, terminal control symbols confuse regexps
Mar 8, 2023
Describe the bug
Maven integration test fails for me on Windows 10:
The problem (not visible in the log output text) is that there are terminal control characters present.
That is despite test generated projects having
quarkus.test.basic-console=true
.When I sanitized those symbols before parsing, it works for me.
Expected behavior
Passes.
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
Windows 10, terminal: cmder
Output of
java -version
17.0.6
GraalVM version (if different from Java)
No response
Quarkus version or git rev
main
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn
Additional information
No response
The text was updated successfully, but these errors were encountered: