-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Failed to load images" for Android Chrome results #4185
Comments
Notes while debugging this: For the before picture, it expects a screenshot at https://storage.googleapis.com/wptd-screenshots/sha1:e2a9949841092970ba6df81d17e309892ec5d383.png For the after picture, it expects a screenshot at https://storage.googleapis.com/wptd-screenshots/sha1:3b5e44231f8dd829ec6571bf679349c49307bc85.png Both of those do not exist. Verified that they indeed do not exist in GCP too: Next step: See where the upload happens for the bucket |
Uploading of the screenshots is handled by this handler at the wpt.fyi/api/screenshot/routes.go Line 17 in cf42330
It's a private endpoint. And it used by the results-processor
Each screenshot is uploaded during the results processor: wpt.fyi/results-processor/processor.py Lines 349 to 357 in cf42330
Which happens in process report: wpt.fyi/results-processor/processor.py Lines 377 to 388 in cf42330
|
Not sure if it's related. When I look at the logs for the failed Next steps: We need to look at the archives / uploaded reports |
Comparing the processor logs For the Chrome Android run id=5068299723603968 For Firefox Android run id=5100626969362432 You'll see that the results received by the results processor are missing screenshots for Chrome Android |
I wonder if it's because Chromium CI tests are not run with @WeizhongX Thoughts on this? On another note, I did find out that a chromium developer can see the diffs locally. Example: @wangxianzhu I will add a comment on the issue to unblock you so you can take a look. |
Example
Permalink to an example reftest:
https://wpt.fyi/results/css/css-transforms/2d-rotate-001.html?run_id=5165372401778688&run_id=5189990978158592
Link to the reftest analyzer:
https://wpt.fyi/analyzer?screenshot=sha1%3Ae2a9949841092970ba6df81d17e309892ec5d383&screenshot=sha1%3A3b5e44231f8dd829ec6571bf679349c49307bc85
Description
Failed to load images.
The text was updated successfully, but these errors were encountered: