Intermittent browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | single tracking bug
Categories
(Firefox :: Translations, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox116 | --- | unaffected |
| firefox117 | --- | fixed |
| firefox118 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: nordzilla)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=425007711&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OtZJEfqwSlG41vG_aQkuYw/runs/0/artifacts/public/logs/live_backing.log
TEST-PASS | browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | The button is still shown. -
[task 2023-08-04T22:18:49.417Z] 22:18:49 INFO - Waiting for the translations panel popup to be shown
[task 2023-08-04T22:18:49.420Z] 22:18:49 INFO - Navigate to another page on the same domain.
[task 2023-08-04T22:18:49.421Z] 22:18:49 INFO - Navigate to a page on a different domain.
[task 2023-08-04T22:18:49.422Z] 22:18:49 INFO - Buffered messages finished
[task 2023-08-04T22:18:49.424Z] 22:18:49 INFO - TEST-UNEXPECTED-FAIL | browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | Test timed out -
[task 2023-08-04T22:18:49.425Z] 22:18:49 INFO - Not taking screenshot here: see the one that was previously logged
[task 2023-08-04T22:18:49.425Z] 22:18:49 INFO - TEST-UNEXPECTED-FAIL | browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | Uncaught exception received from previously timed out test bound test_translations_panel_auto_offer - popupshown listener on #translations-panel not removed before the end of test
[task 2023-08-04T22:18:49.426Z] 22:18:49 INFO - GECKO(24214) | MEMORY STAT | vsize 3497MB | residentFast 410MB | heapAllocated 296MB
[task 2023-08-04T22:18:49.427Z] 22:18:49 INFO - TEST-OK | browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | took 45613ms
[task 2023-08-04T22:18:49.428Z] 22:18:49 INFO - Not taking screenshot here: see the one that was previously logged
[task 2023-08-04T22:18:49.432Z] 22:18:49 INFO - TEST-UNEXPECTED-FAIL | browser/components/translations/tests/browser/browser_translations_telemetry_panel_auto_offer.js | Found a tab after previous test timed out: https://example.com/browser/toolkit/components/translations/tests/browser/translations-tester-es-2.html -
[task 2023-08-04T22:18:49.433Z] 22:18:49 INFO - checking window state
[task 2023-08-04T22:18:49.433Z] 22:18:49 INFO - TEST-START | browser/components/translations/tests/browser/browser_translations_telemetry_switch_languages.js
Comment 1•2 years ago
|
||
@Erik, can you take a look at this failures? from initial retriggers, they seem to be highly frequent
| Assignee | ||
Comment 2•2 years ago
|
||
Fixes an intermittent test failure that was sometimes
ocurring due to an async function that was accidentally
not awaited in the test.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1847150
| Assignee | ||
Comment 4•2 years ago
|
||
I believe that I see what may be causing an intermittent failure and I've put up a patch for it.
I'm running a try right now.
| Comment hidden (Intermittent Failures Robot) |
Comment 7•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•2 years ago
•
|
||
Comment on attachment 9347536 [details]
Bug 1847339 - Fix intermittent Translations test failure r=gregtatum!
Beta/Release Uplift Approval Request
- User impact if declined:
We will see intermittent test failures associated with this bug:
https://treeherder.mozilla.org/intermittent-failures/bugdetails?startday=2023-08-02&endday=2023-08-09&tree=trunk&bug=1847339 - Is this code covered by automated tests?:
Yes - Has the fix been verified in Nightly?:
Yes - Needs manual test from QE?:
No - If yes, steps to reproduce:
- List of other uplifts needed:
Bug 1847150 - Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky):
This patch only makes changes to test code and will have no impact on users. - String changes made/needed:
None - Is Android affected?:
No
Comment 9•2 years ago
•
|
||
Comment on attachment 9347536 [details]
Bug 1847339 - Fix intermittent Translations test failure r=gregtatum!
Approved for 117.0b6
Comment 10•2 years ago
|
||
| uplift | ||
Updated•2 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Description
•