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
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 214 bytes
.gitattributes -rw-r--r-- 2.7 KB
.gitignore -rw-r--r-- 2.5 KB
.mailmap -rw-r--r-- 175 bytes
.pre-commit-config.yaml -rw-r--r-- 724 bytes
.readthedocs.yml -rw-r--r-- 389 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 97.6 KB
README.rst -rw-r--r-- 8.5 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 713.6 KB
configure.ac -rw-r--r-- 217.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 49.7 KB
setup.py -rw-r--r-- 64.7 KB

README.rst

back to top