[issue38796] test_multiprocessing_forkserver: test_mymanager_context() failed on AMD64 FreeBSD Non-Debug 3.x

2020-02-07 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this issue recently, I close the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue38796] test_multiprocessing_forkserver: test_mymanager_context() failed on AMD64 FreeBSD Non-Debug 3.x

2019-11-14 Thread STINNER Victor
STINNER Victor added the comment: Build warnings: Warning -- Dangling processes: {, } Warning -- Dangling processes: {, } FAIL: test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager) 0:19:02 load avg: 1.07 Re-running failed tests in verbose mode 0:19:02 load

[issue38796] test_multiprocessing_forkserver: test_mymanager_context() failed on AMD64 FreeBSD Non-Debug 3.x

2019-11-14 Thread STINNER Victor
New submission from STINNER Victor : It looks like a race condition in the test. If I recall correctly, there is an hardcoded timeout somewhere (1 second?). https://buildbot.python.org/all/#/builders/368/builds/72 == FAIL: