Comment 2 for bug 443159

Revision history for this message
dobey (dobey) wrote :

This still occurs intermittently. Running the HashQueue tests in a loop, I get the following every now and then:

./contrib/test -l 50 -t tests.syncdaemon.test_hashqueue

  HashQueueTests
    test_being_hashed ... Exception in thread Thread-205:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/home/dobey/Projects/canonical/ubuntuone-client/gimme-back-my-bullets/ubuntuone/syncdaemon/hash_queue.py", line 80, in run
    hashdata, crc, size, stat = result
ValueError: need more than 3 values to unpack

Traceback (most recent call last):
  File "/home/dobey/Projects/canonical/ubuntuone-client/gimme-back-my-bullets/tests/syncdaemon/test_hashqueue.py", line 389, in test_being_hashed
    self.assertTrue(hq.is_hashing(tfile1, "mdid"))
twisted.trial.unittest.FailTest: None
[FAIL]