Bug 251388

Summary: [ews] Add result database support for API tests to avoid reruns and clean-tree-runs
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, jbedard, ryanhaddad, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=204368
https://bugs.webkit.org/show_bug.cgi?id=251461

Description Aakash Jain 2023-01-30 13:17:52 PST
We should add result database support for API tests to avoid reruns and clean-tree-runs. Similar to what we did for layout-tests in https://bugs.webkit.org/show_bug.cgi?id=204368

This would significantly improve the runtime for API tests when they are any flaky or pre-existing test failures.
Comment 1 Radar WebKit Bug Importer 2023-01-30 13:18:31 PST
<rdar://problem/104834184>
Comment 2 Aakash Jain 2023-01-30 13:22:37 PST
Pull request: https://github.com/WebKit/WebKit/pull/9341
Comment 3 EWS 2023-01-31 07:33:13 PST
Committed 259628@main (3766682046d7): <https://commits.webkit.org/259628@main>

Reviewed commits have been landed. Closing PR #9341 and removing active labels.
Comment 4 Aakash Jain 2023-01-31 10:34:33 PST
buildbot has been restarted to pick up this change.