TEMPORARILY allows python and notebook tests that return exit code 139 to pass. #3132
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR TEMPORARILY allows python and notebook tests that return exit code 139 to pass.
This allows CI to pass for PRs that are failing with 139 on exit, due to a bug that exists that results in a Seg Fault on exit, which is blocking all other PRs. An example can be seen here.
This will be reverted ASAP!
Note that failing pytest tests result in return codes of something other than 139, so PRs that fail tests for reasons other than a Seg Fault will still be blocked from merging. This also does not apply to C++ tests.