[issue19386] selectors test_interrupted_retry is flaky

Charles-François Natali report at bugs.python.org
Tue Oct 29 22:55:12 CET 2013


Charles-François Natali added the comment:

> Also, unless people haven't been reporting other errors, these buildbots have been stable up until recently

Well, the fact that several tests - which were working just fine -
started failing randomly recently (like test_concurrent_futures,
test_subprocess) is a strong hint that the culprit is the buildbot (I
mean, the test_selectors failure just calls epoll_wait(): there is a
known overflow for epoll_wait() timeout, but for large timeout values,
not 2s).

This wouldn't be the first time I see clock issues on a virtual machine...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19386>
_______________________________________


More information about the Python-bugs-list mailing list