Closed Bug 1592681 Opened 5 years ago Closed 5 years ago

android-hw raptor tasks do not exit with TBPL_RETRY after hitting ADBTimeoutError

Categories

(Testing :: General, defect, P1)

Version 3
defect

Tracking

(firefox72 fixed)

RESOLVED FIXED
mozilla72
Tracking Status
firefox72 --- fixed

People

(Reporter: gbrown, Assigned: gbrown)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

As noticed in bug 1500266.

This is making sense: The raptor mozharness script, raptor_script.py, uses RaptorOutputParser, which makes no allowance for the retry regex or retry error codes.

Priority: -- → P1

When certain strings are logged - "ADBTimeoutError", "INFRA-ERROR", etc - mozharness tasks
usually retry: The task exits with TBPL_RETRY (4), is reported as "blue" in treeherder, and
a new task is automatically started. This patch implements missing retry logic for raptor
tasks, copying the logic from
https://searchfox.org/mozilla-central/rev/59de675101da711520c0bb6e34a1ea2372e7ddbb/testing/mozharness/mozharness/mozilla/testing/unittest.py#169-174

Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/92675fb8d829
Update raptor mozharness output parser to respect retry regex; r=perftest-reviewers,rwood
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Regressions: 1594982
Blocks: 1546013
Blocks: 1605239
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: