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 christian.heimes
Recipients christian.heimes, neologix
Date 2013-10-25.08:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382688391.49.0.741915274953.issue19386@psf.upfronthosting.co.za>
In-reply-to
Content
The test seems to be unstable on some build bots:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/5271/steps/test/logs/stdio

======================================================================
FAIL: test_interrupted_retry (test.test_selectors.EpollSelectorTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_selectors.py", line 299, in test_interrupted_retry
    self.assertLess(time() - t, 2.5)
AssertionError: 105.86884237639606 not less than 2.5

----------------------------------------------------------------------
Ran 58 tests in 127.113s
History
Date User Action Args
2013-10-25 08:06:31christian.heimessetrecipients: + christian.heimes, neologix
2013-10-25 08:06:31christian.heimessetmessageid: <1382688391.49.0.741915274953.issue19386@psf.upfronthosting.co.za>
2013-10-25 08:06:31christian.heimeslinkissue19386 messages
2013-10-25 08:06:31christian.heimescreate