Message11221

Author jamesmudd
Recipients jamesmudd
Date 2017-03-13.20:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489437559.47.0.923997616278.issue2568@psf.upfronthosting.co.za>
In-reply-to
Content
When running the regression tests on linux I have occasionally noticed failures of test_threading with the output:

     [exec] test test_threading failed -- Traceback (most recent call last):
     [exec]   File "/home/james/git/jython/dist/Lib/test/lock_tests.py", line 413, in test_timeout
     [exec]     self.assertTrue(dt >= 0.2, dt)
     [exec] AssertionError: 0.199999809265

It seems to be a issue of precision.
History
Date User Action Args
2017-03-13 20:39:19jamesmuddsetrecipients: + jamesmudd
2017-03-13 20:39:19jamesmuddsetmessageid: <1489437559.47.0.923997616278.issue2568@psf.upfronthosting.co.za>
2017-03-13 20:39:19jamesmuddlinkissue2568 messages
2017-03-13 20:39:18jamesmuddcreate