Closed
Bug 550541
Opened 15 years ago
Closed 15 years ago
Sisyphus - add failure recovery to bugzilla api calls.
Categories
(Testing Graveyard :: Sisyphus, defect)
Testing Graveyard
Sisyphus
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file, 1 obsolete file)
2.05 KB,
patch
|
cmtalbert
:
review+
|
Details | Diff | Splinter Review |
Currently, the sisyphus.bugzilla module does not handle http failures well. This patch adds an exception handler which will retry an http request once if the exception is related to the httplib2 library.
Attachment #430693 -
Flags: review?(ctalbert)
Assignee | ||
Updated•15 years ago
|
Blocks: sisyphus-automation
Assignee | ||
Comment 1•15 years ago
|
||
missed import re
Attachment #430693 -
Attachment is obsolete: true
Attachment #431113 -
Flags: review?(ctalbert)
Attachment #430693 -
Flags: review?(ctalbert)
Attachment #431113 -
Flags: review?(ctalbert) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•