Test runner infrastructure failures may not go to a dead-letter queue
Bug #1403895 reported by
Evan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
New
|
Undecided
|
Unassigned |
Bug Description
What happens when a message on the test runner queue fails every time it is picked up? Is there a maximum number of retries? If this state is reached, does the message go to a dead-letter queue or is it discarded?
The message should go to a dead-letter queue after some value of $MAX_RETRIES. It should not be discarded.
This should be investigated.