Commit ea1803e
authored
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
```
1 parent c62144a commit ea1803e
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3513 | 3513 | | |
3514 | 3514 | | |
3515 | 3515 | | |
3516 | | - | |
| 3516 | + | |
3517 | 3517 | | |
3518 | 3518 | | |
3519 | | - | |
3520 | | - | |
3521 | | - | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
| 3525 | + | |
3522 | 3526 | | |
3523 | 3527 | | |
3524 | | - | |
| 3528 | + | |
| 3529 | + | |
3525 | 3530 | | |
3526 | 3531 | | |
3527 | 3532 | | |
| |||
0 commit comments