Permafailing QA test_pdf_download | AssertionError('Mismatching screenshots for test_pdf_download_base.png')
Categories
(Firefox Build System :: Task Configuration, defect, P5)
Tracking
(firefox-esr115 unaffected, firefox123 unaffected, firefox124 wontfix, firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | wontfix |
firefox125 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gerard-majax)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(3 files)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=447548115&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/LhaogxCARNevpIIx6lvEsg/runs/0/artifacts/public/logs/live_backing.log
[task 2024-02-17T01:11:42.761Z] TEST-START | test_pdf_download
[task 2024-02-17T01:12:51.849Z] Wait for consent form: timed out, maybe it is not here
[task 2024-02-17T01:13:02.026Z] Saving screenshot 'screenshot_fail.png' to '/home/ubuntu/tasks/task_170812943797888/builds/worker/artifacts/screenshot_fail.png'
[task 2024-02-17T01:13:02.146Z] Saving screenshot 'screenshot_fail_parent.png' to '/home/ubuntu/tasks/task_170812943797888/builds/worker/artifacts/screenshot_fail_parent.png'
[task 2024-02-17T01:13:02.295Z] TEST-UNEXPECTED-FAIL | test_pdf_download | AssertionError('Mismatching screenshots for test_pdf_download_base.png')
[task 2024-02-17T01:13:02.295Z] TEST-INFO took 79533ms
[task 2024-02-17T01:13:02.308Z] Traceback (most recent call last):
[task 2024-02-17T01:13:02.308Z] File "/home/ubuntu/tasks/task_170812943797888/fetches/basic_tests.py", line 77, in __init__
[task 2024-02-17T01:13:02.308Z] rv = getattr(self, m)(self._expectations[m])
[task 2024-02-17T01:13:02.308Z] File "/home/ubuntu/tasks/task_170812943797888/fetches/qa_tests.py", line 506, in test_pdf_download
[task 2024-02-17T01:13:02.308Z] self.assert_rendering(exp, self._driver)
[task 2024-02-17T01:13:02.308Z] File "/home/ubuntu/tasks/task_170812943797888/fetches/basic_tests.py", line 193, in assert_rendering
[task 2024-02-17T01:13:02.308Z] assert diff.getbbox() is None, "Mismatching screenshots for {}".format(
[task 2024-02-17T01:13:02.308Z] AssertionError: Mismatching screenshots for test_pdf_download_base.png
[task 2024-02-17T01:13:05.882Z] Exiting with False
[task 2024-02-17T01:13:05.882Z] SUITE-END | took 247s
Comment 1•1 years ago
|
||
:gerard-majax hi, can you take a look at this?
Thank you.
Updated•1 years ago
|
Updated•1 years ago
|
Comment hidden (obsolete) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 4•1 years ago
|
||
Sorry, I was expecting a bit of intermittence, but not that much and not perma failing. ...
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 6•1 years ago
|
||
Assignee | ||
Comment 7•1 years ago
|
||
Should be better, although not yet perfect https://treeherder.mozilla.org/jobs?repo=try&revision=d460f47ae1e59462ea377c5fad4072c8ea8dd05e
Comment 9•1 years ago
|
||
Set release status flags based on info from the regressing bug 1866798
Comment 10•1 years ago
|
||
bugherder |
Comment 11•1 years ago
•
|
||
@Gerard, this is still perma-failing
L.E. Failure log #2
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 14•1 years ago
|
||
OK let's try:
- allowing try to re-use mozilla-central built snap packages
- use canvas for getting the rendered PDF instead of relying on the screenshot from selenium, most if not all of the failures I saw are just toolbar elements
Assignee | ||
Comment 15•1 years ago
|
||
Assignee | ||
Comment 16•1 years ago
|
||
Depends on D202338
Assignee | ||
Comment 17•1 years ago
|
||
canvas was a pain to deal with, so cropping more and a few other adjustments:
- https://treeherder.mozilla.org/jobs?repo=try&revision=079d04689d8320e74e4375bdafb8305867360a6c
- https://treeherder.mozilla.org/jobs?repo=try&revision=2aeb677bda4a2bee53ee24195832bbf5c798394e
Should be more reliable
Comment hidden (Intermittent Failures Robot) |
Comment 19•1 year ago
|
||
Comment 20•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/554b19b4f7ac
https://hg.mozilla.org/mozilla-central/rev/9218ead49f78
Updated•1 year ago
|
Updated•1 year ago
|
Description
•