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 / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
[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).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103161130>
Aakash Jain
Pull request: https://github.com/WebKit/WebKit/pull/7372
EWS
Committed 257605@main (2224a37058ad): <https://commits.webkit.org/257605@main>
Reviewed commits have been landed. Closing PR #7372 and removing active labels.