]> granicus.if.org Git - python/commit
I think the test_logging failure on Solaris is timing related. We don't
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Mar 2006 21:53:14 +0000 (21:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Mar 2006 21:53:14 +0000 (21:53 +0000)
commit67dfb6f08662791618c3c1dc6016df29b98d0336
treeb2cb6d31f5e252413efcfc3b287c671355576661
parent10be2ea85d081bc5b2b0529b76d104d749707394
I think the test_logging failure on Solaris is timing related.  We don't
want to wait forever if we don't receive the last message.  But we also
don't want the test to fail if we shutdown too quickly.  I can't reliably
reproduce this failure, so I'm kinda guessing this is the problem.
We'll see if this band-aid helps.
Lib/test/test_logging.py