Commit 22eb97c
Fix some test_multiprocessing flakiness.
Potentially introduced by #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 ea1803e)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent fc9da96 commit 22eb97c
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3474 | 3474 | | |
3475 | 3475 | | |
3476 | 3476 | | |
3477 | | - | |
| 3477 | + | |
3478 | 3478 | | |
3479 | 3479 | | |
3480 | | - | |
3481 | | - | |
3482 | | - | |
| 3480 | + | |
| 3481 | + | |
| 3482 | + | |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
3483 | 3487 | | |
3484 | 3488 | | |
3485 | | - | |
| 3489 | + | |
| 3490 | + | |
3486 | 3491 | | |
3487 | 3492 | | |
3488 | 3493 | | |
| |||
0 commit comments