Closed
Bug 1781913
Opened 2 years ago
Closed 2 years ago
Intermittent browser/components/urlbar/tests/quicksuggest/browser/browser_quicksuggest_telemetry.js | single tracking bug
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: jmaher, Assigned: adw)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•2 years ago
|
||
Additional information about this bug failures and frequency patterns can be found by running: ./mach test-info failure-report --bug 1781913
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → adw
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•2 years ago
|
||
This task was added in D161866 and it fails because sometimes this happens in
the view:
- The row count is 19 and the last row is not the quick suggest
- Then the quick suggest row gets added, so the row count is 20
That makes the mutation promise hang because it expects the row count to be 19
when the quick suggest row is added last.
This patch makes the mutation listener wait for the quick suggest row to simply
be added instead of assuming it's the last row during a certain row count. It
also removes some checks that aren't necessary to test the thing this task is
testing and that are also susceptible to races.
Retriggers on try are green.
Comment hidden (Intermittent Failures Robot) |
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9dc2052fcc52
Fix intermittent failure in browser_quicksuggest_telemetry.js. r=dao
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•