• Victor Stinner's avatar
    bpo-36719: regrtest -jN no longer stops on crash (GH-13231) · b0917df3
    Victor Stinner authored
    "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.
    b0917df3
2019-05-10-01-50-30.bpo-36719.O84ZWv.rst 208 Bytes