Issue 33686: test_concurrent_futures: test_pending_calls_race() failed on x86 Windows7 3.6 (original) (raw)

Issue33686

Created on 2018-05-29 20:46 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg318090 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-05-29 20:46
x86 Windows7 3.6: http://buildbot.python.org/all/#/builders/90/builds/354 0:23:45 [111/407/1] test_concurrent_futures failed ====================================================================== FAIL: test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_concurrent_futures.py", line 96, in tearDown self.assertLess(dt, 60, "synchronization issue: test lasted too long") AssertionError: 213.2027723789215 not less than 60 : synchronization issue: test lasted too long
msg334257 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-01-23 14:00
Should be fixed by bpo-33716.
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77867
2019-01-23 14:00:22 vstinner set messages: +
2018-09-19 23:56:01 vstinner set status: open -> closedresolution: out of datestage: resolved
2018-05-29 20:46:06 vstinner create