Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Aug 18, 2017

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
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