intermittent test failure in test_util.FileUtil.test_disk_stats #2298

Closed
opened 2014-09-12 05:37:50 +00:00 by warner · 3 comments

Travis recorded a failure in test_util.FileUtil.test_disk_stats, while running under python2.6, against my "2023-caution" branch (git revision 1a07dfdedef4747784ad1798542a2f4c0b9c4be3). I can't think of any reason that ought to behave differently than the trunk revision 6a38a3c54e0846dea625f5af0a4d365f9368acf6 .

https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/35085800#L3722

[FAIL]
Traceback (most recent call last):
  File "/home/travis/build/tahoe-lafs/tahoe-lafs/src/allmydata/test/test_util.py", line 522, in test_disk_stats
    self.failUnless(disk['used'] > 0, disk['used'])
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/twisted/trial/_synctest.py", line 308, in assertTrue
    raise self.failureException(msg)

twisted.trial.unittest.FailTest: 0

allmydata.test.test_util.FileUtil.test_disk_stats

This test didn't fail for me on OS-X under python2.6 .

Travis recorded a failure in `test_util.FileUtil.test_disk_stats`, while running under python2.6, against my "2023-caution" branch (git revision 1a07dfdedef4747784ad1798542a2f4c0b9c4be3). I can't think of any reason that ought to behave differently than the trunk revision 6a38a3c54e0846dea625f5af0a4d365f9368acf6 . <https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/35085800#L3722> ``` [FAIL] Traceback (most recent call last): File "/home/travis/build/tahoe-lafs/tahoe-lafs/src/allmydata/test/test_util.py", line 522, in test_disk_stats self.failUnless(disk['used'] > 0, disk['used']) File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/twisted/trial/_synctest.py", line 308, in assertTrue raise self.failureException(msg) twisted.trial.unittest.FailTest: 0 allmydata.test.test_util.FileUtil.test_disk_stats ``` This test didn't fail for me on OS-X under python2.6 .
warner added the
code
minor
defect
1.10.0
labels 2014-09-12 05:37:50 +00:00
warner added this to the undecided milestone 2014-09-12 05:37:50 +00:00
Author

Also, the same code didn't fail under py2.6 (on travis). A rebased version of the same changes (where the rebasing only changed welcome.xhtml) passed on both 2.6 and 2.7 on travis. So I'm pretty sure this is intermittent. I ran test_util.FileUtil locally (OS-X py2.7) 4400 times without a failure.

I've pushed a branch with some extra debug prints to try and figure out what's going on.

https://travis-ci.org/tahoe-lafs/tahoe-lafs/builds/35092030

Also, the same code didn't fail under py2.6 (on travis). A rebased version of the same changes (where the rebasing only changed welcome.xhtml) passed on both 2.6 and 2.7 on travis. So I'm pretty sure this is intermittent. I ran `test_util.FileUtil` locally (OS-X py2.7) 4400 times without a failure. I've pushed a branch with some extra debug prints to try and figure out what's going on. <https://travis-ci.org/tahoe-lafs/tahoe-lafs/builds/35092030>
Author

(https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/35096649) is a build which failed (finally).

(https://travis-ci.org/tahoe-lafs/tahoe-lafs/jobs/35096649) is a build which failed (finally).
daira commented 2014-09-12 16:05:24 +00:00
Owner

Duplicate of #2290.

Duplicate of #2290.
tahoe-lafs added the
duplicate
label 2014-09-12 16:05:24 +00:00
daira closed this issue 2014-09-12 16:05:24 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#2298
No description provided.