Bug 249002

Summary: [ews] Do not consult results database for failures when test run exit early
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Aakash Jain 2022-12-08 18:01:57 PST
[ews] Do not consult results database for failures when test run exit early due to too many failures.

For eg.: In https://ews-build.webkit.org/#/builders/73/builds/21798 re-run-layout-tests failed with "Exiting early after 60 failures", but we still consulted results database for each of those failures. That's isn't useful, because even if all those failures are pre-existing, we still can't mark the build as successful since test run was exited early (didn't run all the tests).
Comment 1 Radar WebKit Bug Importer 2022-12-08 18:03:23 PST
<rdar://problem/103161130>
Comment 2 Aakash Jain 2022-12-08 18:04:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/7372
Comment 3 EWS 2022-12-08 19:06:20 PST
Committed 257605@main (2224a37058ad): <https://commits.webkit.org/257605@main>

Reviewed commits have been landed. Closing PR #7372 and removing active labels.