-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Closed as not planned
Copy link
Labels
topic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
test_multiprocessing_spawn.test_misc
is failing intermittently with "environment modified" errors (e.g. 1, 2, 3) on the AMD64 Fedora Rawhide NoGIL refleaks 3.x
buildbot:
Warning -- files was modified by test.test_multiprocessing_spawn.test_misc
Warning -- Before: []
Warning -- After: ['.3431222']
Re-running test.test_multiprocessing_spawn.test_misc in verbose mode
Warning -- files was modified by test.test_multiprocessing_spawn.test_misc
Warning -- Before: []
Warning -- After: ['.3508960', '.3510837']
I haven't been able to reproduce this locally by running ./python -m test -R 3:3 test.test_multiprocessing_spawn.test_misc
. Build 133 is the first recent instance (~18 days ago) I can find of the same kind of failure, though it happens in a different test (test_multiprocessing_spawn.test_manager
). It looks like the failures became for frequent around 14 days ago (9/16).
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
topic-free-threadingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error