Closed
Bug 1236737
Opened 9 years ago
Closed 9 years ago
Intermittent browser_cmd_screenshot.js | This test exceeded the timeout threshold. It should be rewritten or split up.
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect, P2)
Tracking
(firefox50 fixed, firefox51 fixed)
RESOLVED
FIXED
Firefox 51
People
(Reporter: KWierso, Assigned: miker)
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 2 obsolete files)
9.10 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
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) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•9 years ago
|
Priority: -- → P1
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Assignee | ||
Comment 9•9 years ago
|
||
Only seems to be an issue on Linux apart from one occurrence 6 months ago.
OS: Unspecified → Linux
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) |
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) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 24•9 years ago
|
||
this affects linux32 about 1/3 times it runs. I looked at some runs and this takes 40+ seconds to run, we get a timeout at 50 seconds- really I wonder if we need to just make the timeout longer here?
Flags: needinfo?(mratcliffe)
Assignee | ||
Comment 25•9 years ago
|
||
<moan>
I really wish we didn't crop the logs... whenever a test times out it would be great to see a complete log of that test and the one before.
</moan>
Anyhow, I will extend the timeout.
Assignee: nobody → mratcliffe
Flags: needinfo?(mratcliffe)
Assignee | ||
Comment 26•9 years ago
|
||
So it looks like this test sometimes gets held up by a cascade of GCs from previous tests. If only there was some way to pause the timer whilst GC is running.
Comment 27•9 years ago
|
||
can we do a better job forcing GC between tests? Then again, end users will experience GC's in their browser and wonder why a page isn't rendering or being responsive. This is only a common problem on linux32 non e10s from what I can tell- maybe we can just disable this test for linux32 only?
Assignee | ||
Comment 28•9 years ago
|
||
(In reply to Joel Maher ( :jmaher ) from comment #27)
> can we do a better job forcing GC between tests? Then again, end users will
> experience GC's in their browser and wonder why a page isn't rendering or
> being responsive. This is only a common problem on linux32 non e10s from
> what I can tell- maybe we can just disable this test for linux32 only?
That was my solution a couple of years ago. The JS guys spent time enhancing GC and said it should be a non-issue and it mostly is. The problem is that GCLI tests can open a panel / tooltip hundreds of times so the test after it is always gonna take a GC hit.
Anyhow, I have added a patch to increase the timeout to 90s... if that doesn't stop the timeouts we can disable the test.
It is a very small change so r=me
Attachment #8766750 -
Attachment is obsolete: true
Attachment #8766751 -
Attachment is obsolete: true
Attachment #8777295 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 29•9 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/c4fdd2f8e167
Stop intermittent timeouts in browser_cmd_screenshot.js r=me
Keywords: checkin-needed
Comment hidden (Intermittent Failures Robot) |
Comment 31•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 35•9 years ago
|
||
bugherder uplift |
status-firefox50:
--- → fixed
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•