Issue36894
Created on 2019-05-12 17:03 by pitrou, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13290 | merged | pitrou, 2019-05-13 17:08 | |
| Messages (6) | |||
|---|---|---|---|
| msg342262 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2019-05-12 17:03 | |
After bpo-36867, test_multiprocessing_spawn fails running any test on Windows (but it isn't noticed as a fail build). https://ci.appveyor.com/project/python/cpython/builds/24485897#L1264 0:04:05 load avg: 5.39 [389/421] test_multiprocessing_spawn run no tests ERROR ====================================================================== ERROR: setUpModule (test.test_multiprocessing_spawn) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\projects\cpython\lib\test\_test_multiprocessing.py", line 5498, in setUpModule multiprocessing.set_forkserver_preload(PRELOAD) File "C:\projects\cpython\lib\multiprocessing\context.py", line 183, in set_forkserver_preload from .forkserver import set_forkserver_preload File "C:\projects\cpython\lib\multiprocessing\forkserver.py", line 14, in <module> from . import resource_tracker File "C:\projects\cpython\lib\multiprocessing\resource_tracker.py", line 24, in <module> import _posixshmem ModuleNotFoundError: No module named '_posixshmem' ---------------------------------------------------------------------- Ran 0 tests in 0.005s FAILED (errors=1) |
|||
| msg342270 - (view) | Author: Pablo Galindo Salgado (pablogsal) * ![]() |
Date: 2019-05-12 21:49 | |
Indeed, this is failing as well in all buildbots but has not been reported because fails in the setUp and therefore is counted as "RUN NO TESTS". Example: https://buildbot.python.org/all/#/builders/58/builds/2368/steps/3/logs/stdio |
|||
| msg342368 - (view) | Author: Pierre Glaser (pierreglaser) * | Date: 2019-05-13 17:50 | |
Thanks for the fix Antoine. |
|||
| msg342371 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2019-05-13 18:02 | |
New changeset 95da83d9bac698d420cc308e8699ef6e4fae2aca by Antoine Pitrou in branch 'master': bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Windows) (GH-13290) https://github.com/python/cpython/commit/95da83d9bac698d420cc308e8699ef6e4fae2aca |
|||
| msg344609 - (view) | Author: Ćukasz Langa (lukasz.langa) * ![]() |
Date: 2019-06-04 17:13 | |
Can this be closed? |
|||
| msg344682 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2019-06-05 08:24 | |
I close the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:15 | admin | set | github: 81075 |
| 2019-06-05 08:24:31 | vstinner | set | status: open -> closed nosy:
+ vstinner resolution: fixed |
| 2019-06-04 17:13:12 | lukasz.langa | set | nosy:
+ lukasz.langa messages: + msg344609 |
| 2019-05-13 18:02:52 | pitrou | set | messages: + msg342371 |
| 2019-05-13 17:50:03 | pierreglaser | set | messages: + msg342368 |
| 2019-05-13 17:08:42 | pitrou | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request13199 |
| 2019-05-12 21:49:51 | pablogsal | set | nosy:
+ pablogsal messages: + msg342270 |
| 2019-05-12 17:03:41 | pitrou | create | |
