bpo-30357: test_thread now uses threading_cleanup() by vstinner · Pull Request #1592 · python/cpython (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
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
grzgrzgrz3 added a commit to grzgrzgrz3/cpython that referenced this pull request
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
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
…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
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
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
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
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)
2 participants