]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
key_generator: remove poll timeouts from test
authorrobk-tahoe <robk-tahoe@allmydata.com>
Tue, 8 Apr 2008 18:06:58 +0000 (11:06 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Tue, 8 Apr 2008 18:06:58 +0000 (11:06 -0700)
commit27ac71458fd9ebff137bcddf1227b67f03a6f79e
tree47b79459dac26c4f52e3cb667f87e92e539749e2
parent8e9e56fdd0acdc9917455fe2273e5dc0e2470919
key_generator: remove poll timeouts from test

the timeouts on uses of 'poll' were there purely to make sure a test doesn't
poll indefinitely.  however having such timeouts makes tests susceptible
to premature timeouts under high load, or on slow machines. (e.g. cygwin
slaves running in virtual machines on loaded hosts)

purportedly trial by default applies a timeout to tests to prevent them
hanging out indefinitely, so these poll timeouts are redundant and cause
intermittent failures on slow hosts.  hence they're more bother than they're
worth, and should be culled.
src/allmydata/test/test_keygen.py