[tahoe-lafs-trac-stream] [tahoe-lafs] #1817: test_storage crawler tests can wedge the test machine for certain bugs in code-under-test
tahoe-lafs
trac at tahoe-lafs.org
Fri Sep 28 21:06:27 UTC 2012
#1817: test_storage crawler tests can wedge the test machine for certain bugs in
code-under-test
------------------------+----------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: code | Version: 1.9.2
Keywords: test hang | Launchpad Bug:
------------------------+----------------------------
The problem is code like this:
{{{
# now examine the state right after the first bucket has been
# processed.
def _after_first_bucket(ignored):
initial_state = lc.get_state()
if "cycle-to-date" not in initial_state:
d2 = fireEventually()
d2.addCallback(_after_first_bucket)
return d2
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1817>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list