Bug 224434
| Summary: | results.webkit.org API should include commit identifier information in test results data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | aakash_jain, ap, ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=224289 https://bugs.webkit.org/show_bug.cgi?id=224435 |
||
Aakash Jain
results.webkit.org API should include commit identifier information in test results data. Currently it doesn't.
For e.g.: https://results.webkit.org/api/results/api-tests/TestWebKitAPI.IndexedDB.DatabaseProcessKill?platform=ios&style=release returns lot of results, but each result data is like this: {"actual":"PASS","expected":"PASS","start_time":1610587496,"uuid":161057193600}. It doesn't indicate which commit identifier does that result corresponds to. Such information should be included.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jonathan Bedard
The uuid is the abbreviated commit representation, if you already have a commit (with timestamp) you can find the uuid for that commit, or uuids which are near your commit.
For EWS, though, adding `before_ref=<hash/revision/identifier>` to the query to the REST API is probably the quickest way to get what you're looking for.
Radar WebKit Bug Importer
<rdar://problem/76845849>