Closed
Bug 1267534
Opened 9 years ago
Closed 8 years ago
Intermittent browser_menu_item_02.js | Test timed out
Categories
(DevTools :: Responsive Design Mode, defect, P1)
DevTools
Responsive Design Mode
Tracking
(Not tracked)
People
(Reporter: philor, Assigned: jryans)
References
Details
(Keywords: intermittent-failure, Whiteboard: [multiviewport] [reserve-rdm])
Apparently we don't run devtools tests on Linux32 opt very often, at least that's my guess for how we got a 30-40% failure already merged around onto every tree before it was even filed. https://treeherder.mozilla.org/logviewer.html#?job_id=8984525&repo=fx-team https://treeherder.mozilla.org/logviewer.html#?job_id=8987251&repo=fx-team https://treeherder.mozilla.org/logviewer.html#?job_id=8987257&repo=fx-team https://treeherder.mozilla.org/logviewer.html#?job_id=26602271&repo=mozilla-inbound https://treeherder.mozilla.org/logviewer.html#?job_id=26612018&repo=mozilla-inbound https://treeherder.mozilla.org/logviewer.html#?job_id=26612023&repo=mozilla-inbound https://treeherder.mozilla.org/logviewer.html#?job_id=26612024&repo=mozilla-inbound
Assignee | ||
Comment 1•9 years ago
|
||
We may need to disable on Linux opt as well... I fear the test is just racy in general, and only some platforms happen to show it. :zer0, could you take a look?
Flags: needinfo?(zer0)
Priority: -- → P1
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Whiteboard: [multiviewport] [triage] → [multiviewport] [reserve-rdm]
Updated•9 years ago
|
Flags: qe-verify?
Priority: -- → P3
Assignee | ||
Updated•9 years ago
|
Flags: qe-verify? → qe-verify-
Comment 4•9 years ago
|
||
I'm working on bug 1267278, it's likely that fixing that would fixes also this bug.
Flags: needinfo?(zer0)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•9 years ago
|
||
I did notice while working on bug 1240913 that this test doesn't actually open a tab with the data URL like you would think from reading it. It does open a new browser window with just an about:blank tab I believe. With my page state work, I had to change this to actually use the data URL. Not sure if this has any impact on the failures here.
Comment hidden (Intermittent Failures Robot) |
Comment 9•9 years ago
|
||
This is the #2 most frequent devtools intermittent right now
Priority: P3 → P1
Updated•9 years ago
|
Assignee: nobody → zer0
Comment 10•9 years ago
|
||
I'm currently working on this on bug 1267278.
Updated•9 years ago
|
Assignee: zer0 → nobody
Priority: P1 → P3
Comment 11•8 years ago
|
||
Try run to debug that intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=672e2783226f
Comment 12•8 years ago
|
||
It seems to fail very early during the test as there is no info/assertion, during one of these calls: const window1 = yield openBrowserWindow() yield startup(window1); yield BrowserTestUtils.openNewForegroundTab(window1.gBrowser, TEST_URL);
Comment 13•8 years ago
|
||
At least during this run: https://treeherder.mozilla.org/logviewer.html#?job_id=21133913&repo=try#L4084
Comment hidden (Intermittent Failures Robot) |
Comment 15•8 years ago
|
||
Note able to reproduce it on try with additional debug. Seems to be gone since last friday? https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1267534&startday=2016-05-01&endday=2016-05-24&tree=trunk&includefiltertype=quicksearch&includefilterdetailsexcludeResolved=true&includefilterdetailsexcludeDisabled=false&includefilterdetailsquicksearch=1078284%2C1091669%2C1131012%2C1132375%2C1185045%2C1210685%2C1217690%2C1220974%2C1221911%2C1222194%2C1222289%2C1231006%2C1239205%2C1240580%2C1242221%2C1245498%2C1252641%2C1253037%2C1253511%2C1271820%2C1232949%2C1242318%2C1199472%2C1235144%2C1239132%2C1241019%2C1242826%2C1243502%2C1266329%2C1268227%2C1268265%2C1246457%2C1220534%2C1227792%2C1236174%2C1237492%2C1237882%2C1238824%2C1242114%2C1244707%2C1246043%2C1251516%2C1253035%2C1254746%2C1263303%2C1265565%2C1267534%2C1269977%2C1270711%2C1250523%2C1210671%2C1214439%2C1115779%2C1099389%2C1199632%2C1232931
Assignee | ||
Comment 16•8 years ago
|
||
It looks like this went away by May 20th. Bug 1240913 landed around that time, and seems like it could have improved this. We also just landed bug 1267278 which should improve things as well.
Assignee: nobody → jryans
Status: NEW → RESOLVED
Closed: 8 years ago
Depends on: 1240913
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•8 years ago
|
Iteration: --- → 49.3 - Jun 6
Priority: P3 → P1
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•