Skip to content

bpo-30357: test_thread now uses threading_cleanup()#1592

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:thread_cleanup
May 15, 2017
Merged

bpo-30357: test_thread now uses threading_cleanup()#1592
vstinner merged 1 commit intopython:masterfrom
vstinner:thread_cleanup

Conversation

@vstinner
Copy link
Copy Markdown
Member

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Grzegorz Grzywacz grzegorz.grzywacz@nazwa.pl

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By:  Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
@vstinner vstinner merged commit 79ef7f8 into python:master May 15, 2017
@vstinner vstinner deleted the thread_cleanup branch May 15, 2017 15:55
grzgrzgrz3 added a commit to grzgrzgrz3/cpython that referenced this pull request May 15, 2017
test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner@gmail.com>
grzgrzgrz3 added a commit to grzgrzgrz3/cpython that referenced this pull request May 15, 2017
test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner@gmail.com>
vstinner added a commit that referenced this pull request May 15, 2017
…nish (#1583)

* bpo-30357 each test in test_thread waits until all spawn threads finish

* bpo-30357 each test in test_thread waits until all spawn threads finish

* bpo-30357: test_thread now uses threading_cleanup() (#1592)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner@gmail.com>

* bpo-30357: test_thread now uses threading_cleanup() (#1592)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner@gmail.com>
vstinner added a commit that referenced this pull request May 17, 2017
test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By:  Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
(cherry picked from commit 79ef7f8)
vstinner added a commit that referenced this pull request May 17, 2017
test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By:  Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
(cherry picked from commit 79ef7f8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants