Skip to content

test_multiprocessing_spawn.test_manager: test_async_timeout() failed on Windows (x64) #110662

@vstinner

Description

@vstinner

When the test failed in 2013, 10 years ago, the fix was to increase the timeout from 200 ms to 1 sec: issue #63798.

Windows (x64):

0:14:39 load avg: 13.67 [336/469/1] test.test_multiprocessing_spawn.test_manager failed (1 failure) (2 min 26 sec) -- running (1): test.test_multiprocessing_spawn.test_processes (2 min 36 sec)
(...)
FAIL: test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\Lib\test\_test_multiprocessing.py", line 2579, in test_async_timeout
    self.assertRaises(multiprocessing.TimeoutError, get, timeout=TIMEOUT2)
AssertionError: TimeoutError not raised by <test._test_multiprocessing.TimingWrapper object at 0x000001BA18F3CA60>

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions