This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author canisdirus
Recipients canisdirus
Date 2013-11-20.18:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384970566.07.0.397875675827.issue19665@psf.upfronthosting.co.za>
In-reply-to
Content
Similar to http://bugs.python.org/issue14644 but with Arch Linux instead of OS X. I built python according the dev guide then ran the test suite with `./python -m test -vj3 test_logging` and failed in the SMTPHandlerTest. `self.handled.is_set()` returns false after a 5 second timeout. In one of the comments in the OS X bug linked above, it suggests changing the timeout to 15 seconds. This causes the test to pass (actually anything slightly over 5 sec seems to be okay). Not sure if this is a fragile test or a bug in Lib.logging. The patch ups the timeout by a second, which passes on my machine but might still fail on others if it actually is a fragile test issue. The failing test runner output for test_logging can be found here: https://gist.github.com/m3wolf/7563541

I'm just jumping into python dev for the first time; any constructive comments are appreciated.
History
Date User Action Args
2013-11-20 18:02:46canisdirussetrecipients: + canisdirus
2013-11-20 18:02:46canisdirussetmessageid: <1384970566.07.0.397875675827.issue19665@psf.upfronthosting.co.za>
2013-11-20 18:02:45canisdiruslinkissue19665 messages
2013-11-20 18:02:45canisdiruscreate