◐ Shell
reader mode source ↗
Skip to content

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

Closed
vstinner wants to merge 3 commits into
python:masterfrom
vstinner:logging_stop
Closed

bpo-30830: test_logging: don't use daemon threads#3135
vstinner wants to merge 3 commits into
python:masterfrom
vstinner:logging_stop

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