Skip to content

Conversation

@kwin
Copy link
Member

@kwin kwin commented Jul 25, 2022

No description provided.

@kwin
Copy link
Member Author

kwin commented Jul 25, 2022

I don't think the test failure is related (https://github.com/apache/maven-shared-utils/runs/7501384171?check_suite_focus=true)

Error:  Failures: 
Error:    MessageUtilsTest.testSystem:50 
Expected: sameInstance(<org.apache.maven.surefire.report.ConsoleOutputCapture$ForwardingPrintStream@12d3a4e9>)
     but: was <AnsiPrintStream{type=Redirected, colors=Colors16, mode=Strip, resetAtUninstall=true}>

@michael-o
Copy link
Member

I don't think the test failure is related (https://github.com/apache/maven-shared-utils/runs/7501384171?check_suite_focus=true)

Error:  Failures: 
Error:    MessageUtilsTest.testSystem:50 
Expected: sameInstance(<org.apache.maven.surefire.report.ConsoleOutputCapture$ForwardingPrintStream@12d3a4e9>)
     but: was <AnsiPrintStream{type=Redirected, colors=Colors16, mode=Strip, resetAtUninstall=true}>

Correct, since the test expect Jansi to work it does not notice that the OS is not wrapped.

Copy link
Member

@michael-o michael-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that this fixes the issue on HP-UX for me as well.

michael-o pushed a commit to kwin/maven-shared-utils that referenced this pull request Jul 25, 2022
@michael-o michael-o force-pushed the bugfix/fix-messageutilstest-on-apple-silicon branch from 65157b0 to 3f380dd Compare July 25, 2022 14:18
@michael-o michael-o force-pushed the bugfix/fix-messageutilstest-on-apple-silicon branch from 3f380dd to 8822bea Compare July 25, 2022 14:21
@asfgit asfgit merged commit 8822bea into apache:master Jul 25, 2022
@slawekjaranowski slawekjaranowski added the bug Something isn't working label Apr 29, 2023
@jira-importer
Copy link

Resolve #310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants