◐ Shell
clean mode source ↗

bpo-30830: test_logging uses threading_setup/cleanup by vstinner · Pull Request #3137 · python/cpython

Conversation

@vstinner

Replace @support.reap_threads on some methods with
support.threading_setup() in setUp() and support.threading_cleanup()
in tearDown() in BaseTest.

https://bugs.python.org/issue30830

Replace @support.reap_threads on some methods with
support.threading_setup() in setUp() and support.threading_cleanup()
in tearDown() in BaseTest.
Disable tests because of socketserver.ThreadingMixIn leaks threads,
whereas leaking threads now makes a test to fail on buildbots.

Disable tests until socketserver is fixed: bpo-31233.

@vstinner

Labels