Skip to content

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