retry detector not waiting long enough
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
congress |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
ft1.139: congress.
File "/home/
helper.
File "/home/
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/home/
raise attempt.get()
File "/home/
six.
File "/home/
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/home/
raise AttributeError(
AttributeError: Missing 'body' attribute
Changed in congress: | |
milestone: | none → kilo-3 |
status: | Fix Committed → Fix Released |
Reviewed: https:/ /review. openstack. org/134427 /git.openstack. org/cgit/ stackforge/ congress/ commit/ ?id=ba6df4478ee d455dbf0ed84119 e54d55c4c7fec6
Committed: https:/
Submitter: Jenkins
Branch: master
commit ba6df4478eed455 dbf0ed84119e54d 55c4c7fec6
Author: Aaron Rosen <email address hidden>
Date: Thu Nov 13 18:15:54 2014 -0800
Increase timeout on retry decorator
Some unit tests are still failing due to not waiting long enough. This
is caused because we are retrying every 10ms. This patch sets the retry
interval to 100ms second instead to avoid this failure. In the future we'll
refactor these tests to not test things in an undetermistic way.
Change-Id: I95e67ebdb59724 d6f7c4bfe6a2970 879ee38e6fb
Closes-bug: 1392561