New submission from Mark Wolf: 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. ---------- components: Tests files: test_logging.patch keywords: patch messages: 203515 nosy: canisdirus priority: normal severity: normal status: open title: test_logging fails with SMTPHandler timeout type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file32726/test_logging.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19665> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com