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 neologix
Recipients gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-23.18:42:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1HRoTikNsJF0FH_6VROLc0_0FiHLT8fshsDEpmVE7PHw@mail.gmail.com>
In-reply-to <1390486007.57.0.823072031506.issue20311@psf.upfronthosting.co.za>
Content
======================================================================
> FAIL: test_timeout_rounding (test.test_epoll.TestEPoll)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
"/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_epoll.py",
line 59, in test_timeout_rounding
>     self.assertGreaterEqual(dt, timeout)
> AssertionError: 0.009316698648035526 not greater than or equal to 0.01

Those failures are "expected", nothing guarantees that the syscall will
take at least the amount of time specified.
History
Date User Action Args
2014-01-23 18:42:47neologixsetrecipients: + neologix, gvanrossum, pitrou, vstinner, python-dev, serhiy.storchaka
2014-01-23 18:42:47neologixlinkissue20311 messages
2014-01-23 18:42:47neologixcreate