#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: Changed at 2010-11-28T06:04:05Z by zooko

Perhaps related: #846.

comment:2 in reply to: ↑ 1 Changed at 2011-01-03T01:54:22Z by davidsarah

Replying to zooko:

Perhaps related: #846.

Probably not, since this is looks like a race condition, and #846 is looks like a deadlock datalock or lost-signal bug.

Last edited at 2011-01-03T02:00:15Z by davidsarah (previous) (diff)

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.