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 vstinner
Date 2019-10-24.09:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571908557.87.0.943013168739.issue38578@roundup.psfhosted.org>
In-reply-to
Content
Logs around the first failure:

...
test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest) ... 2.24s ok
test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.96s ok
test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 0.56s ok
test_idle_thread_reuse (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 1.05s Warning -- threading_cleanup() failed to cleanup 2 threads (count: 2, dangling: 3)
Dangling thread: <Thread(ThreadPoolExecutor-9_1, started daemon 34379716096)>
Dangling thread: <_MainThread(MainThread, started 34371022848)>
Dangling thread: <Thread(ThreadPoolExecutor-9_0, started daemon 34399619584)>
FAIL
test_map (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 3.80s Warning -- threading_cleanup() failed to cleanup -2 threads (count: 0, dangling: 1)
Dangling thread: <_MainThread(MainThread, started 34371022848)>
ok
test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest) ... 1.67s ok
test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest)
Tests verifying issue 11777. ... 2.64s ok
...
History
Date User Action Args
2019-10-24 09:15:57vstinnersetrecipients: + vstinner
2019-10-24 09:15:57vstinnersetmessageid: <1571908557.87.0.943013168739.issue38578@roundup.psfhosted.org>
2019-10-24 09:15:57vstinnerlinkissue38578 messages
2019-10-24 09:15:57vstinnercreate