Closed Bug 1616113 Opened 4 years ago Closed 4 years ago

Intermittent devtools/client/framework/test/browser_toolbox_remoteness_change.js | Test timed out -

Categories

(DevTools :: Framework, defect, P5)

defect

Tracking

(firefox75 fixed)

RESOLVED FIXED
Firefox 75
Tracking Status
firefox75 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: ochameau)

References

(Regression)

Details

(Keywords: intermittent-failure, regression, Whiteboard: [retriggered])

Attachments

(1 file)

Filed by: shindli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=289258436&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SwI4NnnrQU691WnxWZFgbw/runs/0/artifacts/public/logs/live_backing.log


task 2020-02-17T18:55:36.915Z] 18:55:36 INFO - Opening the toolbox
[task 2020-02-17T18:55:36.916Z] 18:55:36 INFO - Buffered messages logged at 18:54:19
[task 2020-02-17T18:55:36.916Z] 18:55:36 INFO - Console message: [JavaScript Error: "Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”)." {file: "chrome://global/content/elements/panel.js" line: 62}]
[task 2020-02-17T18:55:36.916Z] 18:55:36 INFO - Console message: [JavaScript Error: "Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”)." {file: "chrome://global/content/elements/panel.js" line: 62}]
[task 2020-02-17T18:55:36.916Z] 18:55:36 INFO - Console message: [JavaScript Error: "Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”)." {file: "chrome://global/content/elements/panel.js" line: 62}]
[task 2020-02-17T18:55:36.916Z] 18:55:36 INFO - Toolbox opened and focused
[task 2020-02-17T18:55:36.921Z] 18:55:36 INFO - Navigate to a URL supporting remote process
[task 2020-02-17T18:55:36.921Z] 18:55:36 INFO - Load document "data:text/html;charset=UTF-8,%3Cdiv%20id%3D%22remote-page%22%3Efoo%3C%2Fdiv%3E"
[task 2020-02-17T18:55:36.921Z] 18:55:36 INFO - Buffered messages logged at 18:54:20
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - Waiting for page to be loaded…
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - → page loaded
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - Waiting for target 'navigate' event…
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - Buffered messages logged at 18:54:21
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - Console message: [JavaScript Error: "getScreenshot(http://example.com/browser/devtools/client/framework/test/browser_toolbox_options_disable_cache.sjs) failed: TypeError: NetworkError when attempting to fetch resource." {file: "resource://activity-stream/lib/Screenshots.jsm" line: 59}]
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - getScreenshotForURL@resource://activity-stream/lib/Screenshots.jsm:59:10
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - asyncmaybeCacheScreenshot@resource://activity-stream/lib/Screenshots.jsm:112:37
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - _fetchScreenshot@resource://activity-stream/lib/TopSitesFeed.jsm:527:23
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - _fetchIcon@resource://activity-stream/lib/TopSitesFeed.jsm:515:16
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - getLinksWithDefaults@resource://activity-stream/lib/TopSitesFeed.jsm:408:16
[task 2020-02-17T18:55:36.922Z] 18:55:36 INFO - async
refresh@resource://activity-stream/lib/TopSitesFeed.jsm:431:30
[task 2020-02-17T18:55:36.923Z] 18:55:36 INFO - onAction@resource://activity-stream/lib/TopSitesFeed.jsm:771:14

Has Regression Range: --- → yes
Keywords: regression
Assignee: nobody → poirot.alex
Flags: needinfo?(poirot.alex)

The existing check comparing toolbox's targets is racy.
The target may be updated late, after we compare them in this test.
Comparing PIDs looks safer as they should be updated almost immediately.

Ouch!
It seems to make another completely unrelated test to fail, only on OSX:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=289326010&revision=9e166bdf8b2bde70be4860ae00ee6abe4e3aa188

(In reply to Alexandre Poirot [:ochameau] from comment #5)

Ouch!
It seems to make another completely unrelated test to fail, only on OSX:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=289326010&revision=9e166bdf8b2bde70be4860ae00ee6abe4e3aa188

Do you mean layout/inspector/tests/chrome/test_bug467669.xhtml ? I have seen it on unrelated try pushes as well, might want to rebase and push again to check it's really related to your change.

(In reply to Julian Descottes [:jdescottes] from comment #7)

(In reply to Alexandre Poirot [:ochameau] from comment #5)

Ouch!
It seems to make another completely unrelated test to fail, only on OSX:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=289326010&revision=9e166bdf8b2bde70be4860ae00ee6abe4e3aa188

Do you mean layout/inspector/tests/chrome/test_bug467669.xhtml ? I have seen it on unrelated try pushes as well, might want to rebase and push again to check it's really related to your change.

Yes, this test.
I got the failure to persist after rebasing.
But I rebased yet another time and pushed without artifact and it looks green now:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=289410567&revision=7730dd6629cca32ee285e4694c7d31d76cca4be3

Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/de88e1337f04
Better detect target switching in navigateTo. r=nchevobbe
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: