-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error: TabularOutputPrinterTest.should_mention_number_of_results:98 #215
Comments
This is a very strange test failure, @somera. As you can see from the output you have supplied, the actual output does contain the expected text ("Found 1 results"). I'm using the exact same version of Java and I'm not seeing such test failures. Can you provide some more detail, such as:
|
Windows 10 On Ubuntu it works fine.
mvn clean install
consistently |
Thanks for your detailed answers, @somera. The only difference is the operating system, as you are using Windows while I am using macOS on my primary machine. But there's a CI job running on Microsoft Windows Server 2022 where the test case does not fail. I hope you can debug why it is failing, as I can't reproduce the problem and it's also not failing on any of my other machines (Ubuntu 23.04 or Windows 10). |
I will take a look in the next days. |
But it works with
I don't know why it's not working with Found 1 results |
I get compile error
on main branch and v0.3.4 tag. with
The text was updated successfully, but these errors were encountered: