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 vstinner
Recipients pablogsal, vstinner
Date 2019-11-19.07:52:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574149969.07.0.340564326255.issue38842@roundup.psfhosted.org>
In-reply-to
Content
AMD64 RHEL7 3.8 was marked as failed because of:
https://buildbot.python.org/all/#/builders/279/builds/136

test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... skipped 'Windows-only process limit'
test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.57s ok
test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 1.78s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest) ... 0.42s
Warning -- reap_children() reaped child process 11860
ok

The test_concurrent_futures reap_children() issue is tracked as bpo-38546.
History
Date User Action Args
2019-11-19 07:52:49vstinnersetrecipients: + vstinner, pablogsal
2019-11-19 07:52:49vstinnersetmessageid: <1574149969.07.0.340564326255.issue38842@roundup.psfhosted.org>
2019-11-19 07:52:49vstinnerlinkissue38842 messages
2019-11-19 07:52:48vstinnercreate