]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
authorGregory P. Smith <greg@krypto.org>
Wed, 6 Mar 2024 21:39:06 +0000 (13:39 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 21:39:06 +0000 (13:39 -0800)
commitea1803e608a7aaf9cf2c07e510d8540d46d3b9ad
treef90c445473add119c9f471bfeb1139eaa21dd593
parentc62144a02cfae412a9deb4059fae141693a6edc9
gh-88118: Fix some test_multiprocessing flakiness. (#116434)

Fix some test_multiprocessing flakiness.

Potentially introduced by https://github.com/python/cpython/pull/25845

not joining that thread likely leads to recently observed "environment
changed" logically passing but overall failing tests seen on some
buildbots similar to:

```
1 test altered the execution environment (env changed):
    test.test_multiprocessing_fork.test_processes

2 re-run tests:
    test.test_multiprocessing_fork.test_processes
    test.test_multiprocessing_forkserver.test_processes
```
Lib/test/_test_multiprocessing.py