Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-30830: test_logging: don't use daemon threads#3135

Closed
vstinner wants to merge 3 commits into
python:masterpython/cpython:masterfrom
vstinner:logging_stopCopy head branch name to clipboard
Closed

bpo-30830: test_logging: don't use daemon threads#3135
vstinner wants to merge 3 commits into
python:masterpython/cpython:masterfrom
vstinner:logging_stopCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Aug 18, 2017

Copy link
Copy Markdown
Member

test_logging:

  • Don't use daemon threads, but regular threads
  • Replace hardcoded literal constants with a new STOP_TIMEOUT
    constant.
  • Fix servers: don't call fail() since the method doesn't exist, but
    raise directly an AssertionError

https://bugs.python.org/issue30830

test_logging:

* Don't use daemon threads, but regular threads
* Replace hardcoded literal constants with a new STOP_TIMEOUT
  constant.
* Fix servers: don't call fail() since the method doesn't exist, but
  raise directly an AssertionError
@vstinner

Copy link
Copy Markdown
Member Author

Abandonned, replaced by my PR #3137.

@vstinner vstinner closed this Aug 18, 2017
@vstinner vstinner deleted the logging_stop branch August 18, 2017 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.