Closed
Bug 968893
Opened 11 years ago
Closed 11 years ago
HTTP cache v2: Intermittent (OS X 10.6 Opt bc) browser_dbg_break-on-dom-06.js | Test timed out | Found a tab after previous test timed out
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mayhemer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Comment 1•11 years ago
|
||
Looks like you posted the wrong cset, this one disables another test. Can you do a try run after enabling debugger protocol logging? Just change false to true here:
http://dxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/head.js#13
It looks like the server resumed execution after the reload, but before the eventsListener request was handled, which shouldn't be possible.
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Panos Astithas [:past] from comment #1)
Thanks for looking into this!
> Looks like you posted the wrong cset, this one disables another test.
I posted a cset that this happened on. It's unrelated to this test failure.
> Can
> you do a try run after enabling debugger protocol logging? Just change false
> to true here:
>
> http://dxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> head.js#13
>
> It looks like the server resumed execution after the reload, but before the
> eventsListener request was handled, which shouldn't be possible.
I am catching NSPR logs on try right now: https://tbpl.mozilla.org/?tree=Try&rev=786b4f87a2d6 (_without_ your proposed change!). This failure however didn't hit again so far.
| Reporter | ||
Comment 3•11 years ago
|
||
We (necko people) believe the failures here are coming from the devtools code rather then the new cache directly, hence moving to the devtools component.
Component: Networking: Cache → Developer Tools: Debugger
Product: Core → Firefox
| Reporter | ||
Comment 4•11 years ago
|
||
Dave, can you please help with investigating this bug?
Flags: needinfo?(dcamp)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(dcamp)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•