◐ Shell
clean mode source ↗

bpo-30830: test_logging: don't use daemon threads by vstinner · Pull Request #3135 · python/cpython

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
Wait 60 seconds rather than 2 seconds