Opened at 2010-11-28T04:47:09Z
Closed at 2011-07-31T20:57:56Z
#1273 closed defect (duplicate)
nondeterministic failure of test_system.SystemTest.test_upload_and_download_random_key
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code | Version: | 1.8.0 |
Keywords: | test heisenbug | Cc: | |
Launchpad Bug: |
Description
This happened once with r4850 (from tarball) on Windows Vista 32-bit:
[FAIL]: allmydata.test.test_system.SystemTest.test_upload_and_download_random_key Traceback (most recent call last): File "d:\tahoe\allmydata-tahoe-1.8.0-r4850\allmydata-tahoe-1.8.0-r4850\src\allmydata\test\test_system.py", line 330, in _uploaded self.failUnless(isinstance(bytes_sent, (int, long)), bytes_sent) twisted.trial.unittest.FailTest: None
I cannot reproduce it. The machine was bogged down at the time, so it might be a timing-related race condition.
Change History (3)
comment:1 follow-up: ↓ 2 Changed at 2010-11-28T06:04:05Z by zooko
comment:2 in reply to: ↑ 1 Changed at 2011-01-03T01:54:22Z by davidsarah
comment:3 Changed at 2011-07-31T20:57:56Z by davidsarah
- Resolution set to duplicate
- Status changed from new to closed
Probable duplicate of #1084. (I even reported both tickets and didn't notice, sigh.)
Note: See
TracTickets for help on using
tickets.
Perhaps related: #846.