test_min_time_to_next_builder fails spuriously
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
This test fails on one machine, but not another. It's clearly a timing issue. I will disable it in an upcoming landing.
Failure in test test_min_
eue.TestMinTime
Traceback (most recent call last):
_StringException: Text attachment: traceback
------------
Traceback (most recent call last):
File "/home/
/runtest.py", line 128, in _run_user
return fn(*args)
File "/home/
/testcase.py", line 368, in _run_test_method
testMethod()
File "/home/
check_
File "/home/
% (delay, min_time))
File "/usr/lib/
if not expr: raise self.failureExc
AssertionError: Wrong min time to next available builder (30 > 29)
------------
This is failing locally for Aaron but not on ec2 or buildbot it seems. There's clearly a race somewhere.