Revision 22eb97cf9b6505ac44ed693abd4cc684052c39ee authored by Miss Islington (bot) on 06 March 2024, 22:20:37 UTC, committed by GitHub on 06 March 2024, 22:20:37 UTC
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
```
(cherry picked from commit ea1803e608a7aaf9cf2c07e510d8540d46d3b9ad)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent fc9da96
History

README.rst

back to top