-
Notifications
You must be signed in to change notification settings - Fork 21
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
Build failing on Windows #104
Comments
Update: Tried it on a Linux machine using a VM and the test passes. I believe the test fails on Windows as whitespace isn't being recognized. I tested the testEcho() method passing in trimmed versions of the strings to the assertEquals method and the test passes. Please find the log below:
|
Strange, this was working fine on gh-actions on a win64 machine. All the past builds are successful (Look at win64 build on https://github.com/starfixdev/starfix/actions). |
Yeah, that is odd. Previous builds had no problems |
Rename Issue to Build Failing on Windows and add rest details in the description. |
hello, @varad64. i have tested the testcases in windows server |
@Kshitiz-Mhto ref this : https://github.com/starfixdev/starfix/actions/runs/4097448503/jobs/7065829580 |
@fahad-israr i have fixed the testEcho() test failing on windows, further i am working in command |
Great @Kshitiz-Mhto . |
Logging a strange event : Build did not fail when i created a PR #122. gh-actions workflow logs here: https://github.com/starfixdev/starfix/actions/runs/4239906148/jobs/7368393153 |
Hello, I'm new to the project and while running the
./mvnw compile quarkus:dev
maven command on Windows 10, the test testEcho() fails when the assertion seems to be satisfied with the same values. Does the assertion want the values to be different? I'm confused.Please find below the error log:
Thanks!
The text was updated successfully, but these errors were encountered: