Message299180
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2017年07月26日.00:54:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1501030445.94.0.683702784342.issue31041@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/625/steps/test/logs/stdio
(...)
test_output (test.test_logging.UnixSocketHandlerTest) ... ok
test_output (test.test_logging.UnixDatagramHandlerTest) ... ok
test_output (test.test_logging.UnixSysLogHandlerTest) ... ok
test__all__ (test.test_logging.MiscTestCase) ... ok
test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ... Warning -- threading_cleanup() failed to cleanup -1 threads after 4 sec (count: 0, dangling: 1)
ok
test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest) ... ok
test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest) ... ok
(...)
See also bpo-30830: "HTTPHandlerTest of test_logging leaks a "dangling" thread on AMD64 FreeBSD CURRENT Non-Debug 3.x".
Previously fixed warnings: bpo-30131. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年07月26日 00:54:06 | vstinner | set | recipients:
+ vstinner |
| 2017年07月26日 00:54:05 | vstinner | set | messageid: <1501030445.94.0.683702784342.issue31041@psf.upfronthosting.co.za> |
| 2017年07月26日 00:54:05 | vstinner | link | issue31041 messages |
| 2017年07月26日 00:54:05 | vstinner | create |
|