WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
218618
[ews] Patch which break layout-test shouldn't cause infinite RETRY loop
https://bugs.webkit.org/show_bug.cgi?id=218618
Summary
[ews] Patch which break layout-test shouldn't cause infinite RETRY loop
Aakash Jain
Reported
2020-11-05 08:34:33 PST
Currently we retry layout-tests when there is an exception in running the tests (exit code 254). We do it to handle any unexpected infrastructure issues (like simulators not booting up properly). We keep retrying until the issue is fixed. However, because of this infinite retry, patches which actually break layout-test are also retried, and go into an infinite retry loop (until the patch is obsolete, r-, bug is closed, or someone manually stops the build). e.g.:
https://bugs.webkit.org/show_bug.cgi?id=218352#c2
caused continuos retries (
https://ews-build.webkit.org/#/builders/30/builds/21779
,
https://ews-build.webkit.org/#/builders/30/builds/21778
,
https://ews-build.webkit.org/#/builders/30/builds/21777
etc.) We shouldn't automatically retry immediately when layout-tests unexpectedly fail. We should re-run the tests on clean tree as well. If the clean tree passes, it indicates that the issue is with the patch, and the build should be marked as FAILURE (and red ews bubble). Otherwise (if clean-tree results are also failure) we should retry the build.
Attachments
Patch
(5.62 KB, patch)
2020-11-05 08:46 PST
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-11-05 08:46:43 PST
This is also a problem (infinite retry) when a patch breaks layout-tests in some other manner (without exit code 254). e.g.: patch in
https://bugs.webkit.org/show_bug.cgi?id=218306#c4
caused continuous retries (
https://ews-build.webkit.org/#/builders/51/builds/672
,
https://ews-build.webkit.org/#/builders/51/builds/680
)
Aakash Jain
Comment 2
2020-11-05 08:46:52 PST
Created
attachment 413305
[details]
Patch
EWS
Comment 3
2020-11-05 12:40:37 PST
Committed
r269467
: <
https://trac.webkit.org/changeset/269467
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 413305
[details]
.
Radar WebKit Bug Importer
Comment 4
2020-11-05 12:41:19 PST
<
rdar://problem/71089620
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug