Bug 248974
| Summary: | Results database sometimes returns 404 for specific revisions even though there is data for before and after that revision | ||
|---|---|---|---|
| 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: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
Results database sometimes returns 400 to ews.
e.g.: From https://ews-build.webkit.org/#/builders/73/builds/21649
Checking Results database for failing tests. Identifier: 257475@main, configuration: {'platform': 'mac', 'style': 'release', 'flavor': 'wk1'}
imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html: pass_rate: Unknown, pre-existing-failure=False
Response from results-db: {}
Failed to query results summary with status code 404
It worked fine in previous build https://ews-build.webkit.org/#/builders/73/builds/21648 with Identifier: 257474@main
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
I'm able to manually reproduce this issue using below commands. It works for 257474@main and 257476@main, but not for 257475@main
[bash]$python3 results_db.py imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html --platform mac --flavor wk1 --style release --commit 257474@main
imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html
pass: 64%
[bash]$python3 results_db.py imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html --platform mac --flavor wk1 --style release --commit 257475@main
Failed to query results summary with status code 404
imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html
No historic data found for query
[bash]$python3 results_db.py imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html --platform mac --flavor wk1 --style release --commit 257476@main
imported/w3c/web-platform-tests/fullscreen/api/document-exit-fullscreen-nested-shadow-dom.html
pass: 63%
Aakash Jain
Same thing in https://ews-build.webkit.org/#/builders/60/builds/45678/steps/17/logs/results-db (on a branch PR)
Radar WebKit Bug Importer
<rdar://problem/103416187>