Skip to content

[3.7] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)#7973

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-64737e9-3.7
Jun 27, 2018
Merged

[3.7] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972)#7973
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-64737e9-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 27, 2018

Copy link
Copy Markdown
Contributor

bpo-30339, bpo-33913:

  • Increase timeout from 10 seconds to 1 minute in
    test_source_main_skipped_in_children source of
    test_multiprocessing_main_handling.
  • Replace time.time() with time.monotonic().
  • On timeout, include the duration in the error message.
    (cherry picked from commit 64737e9)

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

https://bugs.python.org/issue33913

bpo-30339, bpo-33913:

* Increase timeout from 10 seconds to 1 minute in
  test_source_main_skipped_in_children source of
  test_multiprocessing_main_handling.
* Replace time.time() with time.monotonic().
* On timeout, include the duration in the error message.
(cherry picked from commit 64737e9)

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

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot 🤖!

@miss-islington

Copy link
Copy Markdown
Contributor Author

@vstinner: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 4b1d286 into python:3.7 Jun 27, 2018
@miss-islington miss-islington deleted the backport-64737e9-3.7 branch June 27, 2018 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants