Skip to content

bpo-30830: test_logging uses threading_setup/cleanup#3137

Merged
vstinner merged 3 commits intopython:masterfrom
vstinner:logging_threads
Aug 18, 2017
Merged

bpo-30830: test_logging uses threading_setup/cleanup#3137
vstinner merged 3 commits intopython:masterfrom
vstinner:logging_threads

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Aug 18, 2017

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
Copy link
Member Author

The PR now also skips tests which fail randomly because of https://bugs.python.org/issue31233 to repair FreeBSD 10 which fails randomly since 2 months or longer.

@vstinner vstinner merged commit 6966960 into python:master Aug 18, 2017
@vstinner vstinner deleted the logging_threads branch August 18, 2017 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants