[issue38578] test_concurrent_futures failed on AMD64 FreeBSD Shared 3.8

STINNER Victor report at bugs.python.org
Thu Oct 24 05:15:57 EDT 2019


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38578>
_______________________________________


More information about the Python-bugs-list mailing list