SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 19 Python

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
```
G
Gregory P. Smith committed
ea1803e608a7aaf9cf2c07e510d8540d46d3b9ad
Parent: c62144a
Committed by GitHub <noreply@github.com> on 3/6/2024, 9:39:06 PM