ASSIGNED 224434
results.webkit.org API should include commit identifier information in test results data
https://bugs.webkit.org/show_bug.cgi?id=224434
Summary results.webkit.org API should include commit identifier information in test r...
Aakash Jain
Reported 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.
Attachments
Jonathan Bedard
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2021-04-19 08:33:16 PDT
Note You need to log in before you can comment on or make changes to this bug.