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 koobs, vstinner
Date 2017-08-07.09:56:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502099818.12.0.559116730868.issue30830@psf.upfronthosting.co.za>
In-reply-to
Content
Another test_listen_config_10_ok() example:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/674/steps/test/logs/stdio

test_config_8a_ok (test.test_logging.ConfigDictTest) ... ok
test_config_9_ok (test.test_logging.ConfigDictTest) ... ok
test_listen_config_10_ok (test.test_logging.ConfigDictTest) ... Warning -- threading_cleanup() failed to cleanup -1 threads after 2 sec (count: 0, dangling: 1)
ok
test_listen_config_1_ok (test.test_logging.ConfigDictTest) ... ok
test_listen_verify (test.test_logging.ConfigDictTest) ... ok
test_out_of_order (test.test_logging.ConfigDictTest) ... ok
test_manager_loggerclass (test.test_logging.ManagerTest) ... ok
History
Date User Action Args
2017-08-07 09:56:58vstinnersetrecipients: + vstinner, koobs
2017-08-07 09:56:58vstinnersetmessageid: <1502099818.12.0.559116730868.issue30830@psf.upfronthosting.co.za>
2017-08-07 09:56:58vstinnerlinkissue30830 messages
2017-08-07 09:56:57vstinnercreate