Bug 224434 - results.webkit.org API should include commit identifier information in test results data
Summary: results.webkit.org API should include commit identifier information in test r...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-12 08:32 PDT by Aakash Jain
Modified: 2021-04-19 08:33 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2021-04-12 08:32:34 PDT
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.
Comment 1 Jonathan Bedard 2021-04-12 08:49:18 PDT
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.
Comment 2 Radar WebKit Bug Importer 2021-04-19 08:33:16 PDT
<rdar://problem/76845849>