Closed
Bug 1214439
Opened 7 years ago
Closed 3 years ago
Intermittent browser_dbg_split-console-keypress.js | Test 4: DebugPos at line 19 -
Categories
(DevTools :: Debugger, defect, P5)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: ryanvm)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [test disabled on debug and Linux][stockwell disabled])
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 6•6 years ago
|
||
Linux e10s failure that's exceedingly easy to hit on ASAN runs w/ e10s forced on. Brian, can you please take a look?
Comment hidden (Intermittent Failures Robot) |
Comment 8•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #6) > Linux e10s failure that's exceedingly easy to hit on ASAN runs w/ e10s > forced on. Brian, can you please take a look? Looks like it's a timeout based on them failing at different stages in the test: https://treeherder.mozilla.org/logviewer.html#?job_id=7184588&repo=fx-team https://treeherder.mozilla.org/logviewer.html#?job_id=7245766&repo=fx-team Seems like a good case for requestLongerTimeout since the test is repeating the same assertions over a series of steps. Splitting it up would require extra code and the setup/teardown time for the tests would be constant so total test time would increase in that case.
Flags: needinfo?(bgrinstead)
Updated•6 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5c3790398ff5
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Assignee | ||
Comment 12•6 years ago
|
||
> 233 INFO TEST-OK | devtools/client/debugger/test/mochitest/browser_dbg_split-console-keypress.js | took 9206ms
This test is running in 10-20sec from what I can tell. Not sure what telling the harness to wait extra long for the test to finish is going to accomplish, since the default timeout for the harness is 30s.
Status: RESOLVED → REOPENED
Flags: needinfo?(bgrinstead)
Resolution: FIXED → ---
Target Milestone: Firefox 48 → ---
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 15•6 years ago
|
||
Maybe Eddy has cycles to look into this before I skip it on Linux?
Flags: needinfo?(ejpbruel)
Comment 16•6 years ago
|
||
Sorry Ryan, I already have several P1s for the debugger on my plate :-( This looks like a frontend test for the console, neither of which are particular forte's of mine. Usually, I'd ask bgrins for help on this, but it seems like he's too busy as well?
Flags: needinfo?(ejpbruel)
Assignee | ||
Comment 17•6 years ago
|
||
Turns out we're already skipping this test on debug e10s anyway (along with the most of the rest of the directory), so it doesn't seem like a huge loss to add the rest of Linux to the mix too.
Reporter | ||
Comment 19•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/17709fdd6b59
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Updated•6 years ago
|
Assignee: bgrinstead → nobody
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Comment 24•5 years ago
|
||
This is currently skipped on: e10s && (debug || os == "linux") Now we are getting additional failures on linux64-debug and linux64-asan and some osx-debug and win7-debug. Any objections to broadening to (debug || os == "linux"), or perhaps just skip-if = true?
Flags: needinfo?(gbrown)
Comment 25•5 years ago
|
||
Pushed by gbrown@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/82f925709dd1 Skip test browser_dbg_split-console-keypress.js on non-e10s too; r=me,test-only
![]() |
||
Updated•5 years ago
|
Flags: needinfo?(gbrown)
Whiteboard: [test disabled on Linux e10s] → [test disabled on debug and Linux]
Comment hidden (Intermittent Failures Robot) |
Comment 27•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/82f925709dd1
Assignee | ||
Updated•5 years ago
|
status-firefox48:
affected → ---
status-firefox52:
--- → unaffected
status-firefox53:
--- → disabled
status-firefox54:
--- → disabled
Assignee | ||
Comment 28•5 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/2d8d146df0cf
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Whiteboard: [test disabled on debug and Linux] → [test disabled on debug and Linux][stockwell disabled]
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Product: Firefox → DevTools
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Status: REOPENED → RESOLVED
Closed: 6 years ago → 3 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Assignee: nobody → ryanvm
Updated•3 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•