Bug 249002 - [ews] Do not consult results database for failures when test run exit early
Summary: [ews] Do not consult results database for failures when test run exit early
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-08 18:01 PST by Aakash Jain
Modified: 2022-12-08 19:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.