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 pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-26.07:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551165223.62.0.963183120667.issue36116@roundup.psfhosted.org>
In-reply-to
Content
test test_multiprocessing_spawn failed
test_import (test.test_multiprocessing_spawn._TestImportStar) ... ok
======================================================================
FAIL: test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows8\build\lib\test\_test_multiprocessing.py", line 2747, in test_mymanager_context
    self.assertIn(manager._process.exitcode, (0, -signal.SIGTERM))
AssertionError: 3221225477 not found in (0, -15)
----------------------------------------------------------------------
Ran 344 tests in 328.196s
FAILED (failures=1, skipped=40)
1 test failed again:
    test_multiprocessing_spawn
== Tests result: FAILURE then FAILURE ==

https://buildbot.python.org/all/#/builders/32/builds/2204/steps/3/logs/stdio
History
Date User Action Args
2019-02-26 07:13:43pablogsalsetrecipients: + pablogsal, paul.moore, tim.golden, zach.ware, steve.dower
2019-02-26 07:13:43pablogsalsetmessageid: <1551165223.62.0.963183120667.issue36116@roundup.psfhosted.org>
2019-02-26 07:13:43pablogsallinkissue36116 messages
2019-02-26 07:13:43pablogsalcreate