bpo-36719: regrtest -jN no longer stops on crash by vstinner · Pull Request #13231 · python/cpython

@vstinner vstinner changed the title bpo-36725: regrtest -jN no longer stops on crash bpo-36719: regrtest -jN no longer stops on crash

May 9, 2019

@vstinner

"python3 -m test -jN ..." now continues the execution of next tests
when a worker process crash (CHILD_ERROR state). Previously, the test
suite stopped immediately. Use --failfast to stop at the first error.

Moreover, --forever now also implies --failfast.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 13, 2019
"python3 -m test -jN ..." now continues the execution of next tests
when a worker process crash (CHILD_ERROR state). Previously, the test
suite stopped immediately. Use --failfast to stop at the first error.

Moreover, --forever now also implies --failfast.
(cherry picked from commit b0917df)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

May 13, 2019
"python3 -m test -jN ..." now continues the execution of next tests
when a worker process crash (CHILD_ERROR state). Previously, the test
suite stopped immediately. Use --failfast to stop at the first error.

Moreover, --forever now also implies --failfast.
(cherry picked from commit b0917df)

Co-authored-by: Victor Stinner <vstinner@redhat.com>