Hi I have been seeing some tests failing locally o...
# general
r
Hi I have been seeing some tests failing locally on my macos (not M1). They pass in our CI but locally I get errors like. Not sure where these exit codes are coming from? Same test passes when run directly using pytest even locally. I am on pants 2.14.0
Copy code
16:09:38.20 [ERROR] Completed: Run Pytest - tests/test_main.py failed (exit code -11).
w
exit code -11 indicates a SIGSEGV or segfault
if you can reproduce the failures locally, you might try running the tests in
test --debug
mode, so that they run in the foreground and you get more output