-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Sporadic test errors since upgrading to Native 0.5 #4647
Comments
Alright. What if we divide tests into two groups for Native build? |
@danicheg Unfortunately the problem is likely a bug with MUnit or Scala Native itself. MUnit was hastily upgraded to multithreading. |
I wonder – are there some other projects that suffer from the similar issue after upgrading to ScalaNative v5.x? |
It seems that when some tests fail, they do not fail because of any particular error – they just do not start:
I see these errors in one of the last runs, but I cannot find any clue on what caused those failures. Those are just failed 🤷 |
I'm not sure about how munit failed tests are reported, but when using JUnit in Scala Native project itself we got 2 categories:
Based on the log above I think it touches the later category of fatal errors. It means we might need to investigate on the munit - scala native boundary |
Most recently https://github.com/typelevel/cats/actions/runs/10556403923/job/29242594012
But this has been haunting us since we upgraded.
The text was updated successfully, but these errors were encountered: