-
Notifications
You must be signed in to change notification settings - Fork 255
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
CI windows build pass but with errors in log. #561
Comments
anyone ever figure this out? |
Adding the below code to
|
Avoid catch-all exception handlers. At the least change it to |
|
I tried The stacktrace disappeared, but the CI did not failed (as it should). Did the CI failed (if it was expected to) on your use-case? |
If you remove the faulthandler by adding There maybe a bug in Pytest in the process exit code for when the faulthandler does kick in BUT the interplay with Java's signal handler is clearly part of problem here. To report an issue for PyTest, a minimum reproducible case would need to show that python code raising an SIGTERM is incorrectly handled in PyTest. |
FYI, I've just added See: So, at least in this case, the problem does not disappear, but instead will just be hidden (if applied on |
Do you instead get an hserr pid log file, ie the Java signal handler does its thing instead? |
As remarked by cmakdonald, the windows builds seem to raise a memory access violation:
But then go on to mark all tests as successful, which is quite peculiar.
The text was updated successfully, but these errors were encountered: