Closed
Bug 1847299
Opened 2 years ago
Closed 2 years ago
High Freq toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | single tracking bug
Categories
(WebExtensions :: General, defect, P5)
WebExtensions
General
Tracking
(firefox-esr102 unaffected, firefox-esr115 unaffected, firefox116 unaffected, firefox117 unaffected, firefox118 fixed)
RESOLVED
FIXED
118 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox116 | --- | unaffected |
| firefox117 | --- | unaffected |
| firefox118 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: robwu)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [retriggered])
Attachments
(1 file)
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=424994823&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FPGiFnxNRIGBxSQOjuCTRQ/runs/0/artifacts/public/logs/live_backing.log
TEST-START | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js
[task 2023-08-04T19:45:05.918Z] 19:45:05 WARNING - TEST-UNEXPECTED-TIMEOUT | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | Test timed out
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - TEST-INFO took 300000ms
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - >>>>>>>
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - (xpcshell/head.js) | test run_next_test 0 pending (2)
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - (xpcshell/head.js) | test MAIN run_test finished (2)
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - running event loop
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | Starting setup check_remote
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - (xpcshell/head.js) | test check_remote pending (2)
[task 2023-08-04T19:45:05.920Z] 19:45:05 INFO - TEST-PASS | xpcshell-remote.ini:toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | check_remote - [check_remote : 1] useRemoteWebExtensions matches - true == true
Comment 1•2 years ago
|
||
@Rob, can you take a look at these high frequency failures?
They have started after bug 1843846 landed.
Flags: needinfo?(rob)
Keywords: regression
Regressed by: 1843846
Summary: Intermittent toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | single tracking bug → High Freq toolkit/components/extensions/test/xpcshell/test_ext_background_iframe.js | single tracking bug
Updated•2 years ago
|
Whiteboard: [retriggered]
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1843846
status-firefox116:
--- → unaffected
status-firefox117:
--- → unaffected
status-firefox118:
--- → affected
status-firefox-esr102:
--- → unaffected
status-firefox-esr115:
--- → unaffected
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 4•2 years ago
|
||
-
Accept "loading" as an expected value for document.readyState, because
it shows up frequently, and it matches the expectation of being
"before DOMContentLoaded". -
Add additional logging to the test so that it is obvious where the
test is stuck in case of unexpected timeouts.
Updated•2 years ago
|
Assignee: nobody → rob
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(rob)
| Comment hidden (Intermittent Failures Robot) |
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/79945cdcc7d0
Accept "loading" as expected value in test_ext_background_iframe.js r=rpl
Comment 7•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•