bpo-30356: Fix test_mymanager_context() of multiprocessing by vstinner · Pull Request #7968 · python/cpython

@vstinner

test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.

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

Jun 27, 2018
…7968)

test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.
(cherry picked from commit fbd7172)

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

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

Jun 27, 2018
…7968)

test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.
(cherry picked from commit fbd7172)

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

miss-islington added a commit that referenced this pull request

Jun 27, 2018
test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.
(cherry picked from commit fbd7172)

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

terryjreedy added a commit that referenced this pull request

Jun 27, 2018

miss-islington added a commit that referenced this pull request

Jun 27, 2018
test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.
(cherry picked from commit fbd7172)

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