STINNER Victor <vstin...@python.org> added the comment:

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
...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to