]> granicus.if.org Git - python/commit
Get test_logging to not hang when running under regrtest.py -R ::
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 5 Feb 2006 08:21:08 +0000 (08:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 5 Feb 2006 08:21:08 +0000 (08:21 +0000)
commit55cd82fe0adc0a7ceb93eb1b6e9de6a25fd7adb9
tree2570a8e862a3e9a7fe6c49f0728d5a390a417558
parent0e6bc8c260f640ceee515e9873353778472e0a00
Get test_logging to not hang when running under regrtest.py -R ::

Not sure why/how _handlers/_handlerList is out of sync.  This could
indicate a deeper problem.

In test_logging, the only absolutely necessary change to get working
was tcpserver.abort = 1.  But we don't want to wait infinitely
to join the threads, so give a 2.0 second timeout.

There doesn't appear to be a need for a local abort variable
in serve_until_stopped, so just use the instance member.

Note the problem is only on HEAD, not in 2.4.
Lib/logging/__init__.py
Lib/test/test_logging.py