nondeterministic failure of test_system.SystemTest.test_upload_and_download_random_key #1273

Closed
opened 2010-11-28 04:47:09 +00:00 by davidsarah · 3 comments
davidsarah commented 2010-11-28 04:47:09 +00:00
Owner

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.

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.
tahoe-lafs added the
code
major
defect
1.8.0
labels 2010-11-28 04:47:09 +00:00
tahoe-lafs added this to the undecided milestone 2010-11-28 04:47:09 +00:00

Perhaps related: #846.

Perhaps related: #846.
davidsarah commented 2011-01-03 01:54:22 +00:00
Author
Owner

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.

Replying to [zooko](/tahoe-lafs/trac-2024-07-25/issues/1273#issuecomment-81410): > 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.
davidsarah commented 2011-07-31 20:57:56 +00:00
Author
Owner

Probable duplicate of #1084. (I even reported both tickets and didn't notice, sigh.)

Probable duplicate of #1084. (I even reported both tickets and didn't notice, sigh.)
tahoe-lafs added the
duplicate
label 2011-07-31 20:57:56 +00:00
davidsarah closed this issue 2011-07-31 20:57:56 +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#1273
No description provided.