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 skrah
Recipients gvanrossum, skrah
Date 2014-01-21.22:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390343391.65.0.626852689754.issue20336@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the relaxed timings in some tests are still not
sufficient:

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/7417/steps/test/logs/stdio

======================================================================
FAIL: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_asyncio/test_base_events.py", line 127, in test_time_and_call_at
    self.assertTrue(0.09 <= t1-t0 <= 0.9, t1-t0)
AssertionError: False is not true : 2.06036564335227
History
Date User Action Args
2014-01-21 22:29:51skrahsetrecipients: + skrah, gvanrossum
2014-01-21 22:29:51skrahsetmessageid: <1390343391.65.0.626852689754.issue20336@psf.upfronthosting.co.za>
2014-01-21 22:29:51skrahlinkissue20336 messages
2014-01-21 22:29:51skrahcreate