[issue30317] test_timeout() of test_multiprocessing_spawn.WithManagerTestBarrier fails randomly on x86 Windows7 3.x buildbot

Pablo Galindo Salgado report at bugs.python.org
Thu Aug 2 06:02:33 EDT 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

New failure on x86 Windows7 3.x:

https://buildbot.python.org/all/#/builders/58/builds/1174

test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) ... skipped 'test not appropriate for threads'
test test_multiprocessing_spawn failed
test_import (test.test_multiprocessing_spawn._TestImportStar) ... ok
======================================================================
FAIL: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 1044, in test_timeout
    self.assertGreaterEqual(delta, 0.150)
AssertionError: 0.13579845428466797 not greater than or equal to 0.15
----------------------------------------------------------------------
Ran 311 tests in 495.714s
FAILED (failures=1, skipped=37)
1 test failed again:
    test_multiprocessing_spawn
== Tests result: FAILURE then FAILURE ==

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30317>
_______________________________________


More information about the Python-bugs-list mailing list