This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients davin, miss-islington, pablogsal, vstinner, zach.ware
Date 2018-08-02.10:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533204153.25.0.56676864532.issue30317@psf.upfronthosting.co.za>
In-reply-to
Content
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 ==
History
Date User Action Args
2018-08-02 10:02:33pablogsalsetrecipients: + pablogsal, vstinner, zach.ware, davin, miss-islington
2018-08-02 10:02:33pablogsalsetmessageid: <1533204153.25.0.56676864532.issue30317@psf.upfronthosting.co.za>
2018-08-02 10:02:33pablogsallinkissue30317 messages
2018-08-02 10:02:33pablogsalcreate