Closed Bug 1459789 Opened 7 years ago Closed 7 years ago

Intermittent devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | Test timed out -

Categories

(DevTools :: Debugger, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

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

Details

(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])

Filed by: ncsoregi [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=177367820&repo=mozilla-inbound https://queue.taskcluster.net/v1/task/H-p6yk2ESgWDl-n4Ey_iUw/runs/0/artifacts/public/logs/live_backing.log 00:30:22 INFO - 218 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xlink." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - 219 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xlink." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - 220 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - 221 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xlink." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - 222 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xlink." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - 223 INFO Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/vendor/react-dom.js" line: 11623}] 00:30:22 INFO - Buffered messages logged at 00:29:38 00:30:22 INFO - 224 INFO Finished waiting for state change: paused 00:30:22 INFO - 225 INFO Waiting for state change: selected source 00:30:22 INFO - 226 INFO Finished waiting for state change: selected source 00:30:22 INFO - 227 INFO Waiting for state change: loaded source 00:30:22 INFO - 228 INFO Finished waiting for state change: loaded source 00:30:22 INFO - 229 INFO TEST-PASS | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | The second element in the scope panel is "<this>" - 00:30:22 INFO - 230 INFO TEST-PASS | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | The third element in the scope panel is "phonebook" - 00:30:22 INFO - 231 INFO Expand `phonebook` 00:30:22 INFO - Buffered messages finished 00:30:22 ERROR - 232 INFO TEST-UNEXPECTED-FAIL | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | Test timed out - 00:30:22 INFO - 233 INFO Removing tab. 00:30:22 INFO - 234 INFO Waiting for event: 'TabClose' on [object XULElement]. 00:30:22 INFO - 235 INFO Got event: 'TabClose' on [object XULElement]. 00:30:22 INFO - 236 INFO Tab removed and finished closing 00:30:22 INFO - GECKO(4524) | MEMORY STAT | vsize 901MB | vsizeMaxContiguous 489MB | residentFast 332MB | heapAllocated 116MB
Over the last 6 days this bug has 32 failures. These happen on Windows 7, linux32-nightly, Linux x64, Linux. Here is the most recent log example: https://treeherder.mozilla.org/logviewer.html#?repo=mozilla-inbound&job_id=178312119&lineNumber=5979 10:53:36 INFO - 147 INFO Finished waiting for state change: paused 10:53:36 INFO - 148 INFO Waiting for state change: selected source 10:53:36 INFO - 149 INFO Finished waiting for state change: selected source 10:53:36 INFO - 150 INFO Waiting for state change: loaded source 10:53:36 INFO - 151 INFO Finished waiting for state change: loaded source 10:53:36 INFO - 152 INFO TEST-PASS | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | The second element in the scope panel is "<this>" - 10:53:36 INFO - 153 INFO TEST-PASS | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | The third element in the scope panel is "phonebook" - 10:53:36 INFO - 154 INFO Expand `phonebook` 10:53:36 INFO - Buffered messages finished 10:53:36 ERROR - 155 INFO TEST-UNEXPECTED-FAIL | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | Test timed out - 10:53:36 INFO - 156 INFO Removing tab. 10:53:36 INFO - 157 INFO Waiting for event: 'TabClose' on [object XULElement]. 10:53:36 INFO - 158 INFO Got event: 'TabClose' on [object XULElement]. 10:53:36 INFO - 159 INFO Tab removed and finished closing 10:53:36 INFO - GECKO(3440) | MEMORY STAT | vsize 936MB | vsizeMaxContiguous 442MB | residentFast 346MB | heapAllocated 117MB 10:53:36 INFO - 160 INFO TEST-OK | devtools/client/debugger/new/test/mochitest/browser_dbg-scopes-mutations.js | took 45275ms
Flags: needinfo?(jlaster)
Whiteboard: [stockwell needswork]
thanks, will take a look
:jlast hi, do you have any updates on this? There are 146 total failures in the last 30 days and the failure rate seems to have increased starting with the 17th of May, 97 failures since then and until today.
yes, I am looking into it now. Sorry for the delay
Flags: needinfo?(jlaster)
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
I've got a fix locally. here's a try run to see if we've got it: https://treeherder.mozilla.org/#/jobs?repo=try&revision=091b1e39e19695aee0c102a1eba65c389f0a62d2 The summary was changing the test to wait for waitForSelectedSource(dbg, "script-mutate") instead of waitForLoadedSource(dbg, "script-mutate");. The difference is that waitForSelectedSource waits for the source metadata to be set.
this looks like the fix. I'll finish it up soon. and it will go out in the next release
(In reply to Jason Laster [:jlast] from comment #16) > this looks like the fix. I'll finish it up soon. and it will go out in the > next release Thanks for looking into this, looking forward for that fix.
Hi! Any ETA on the fix? This continues to have a big failure rate and a fix would be appreciated. Thanks.
Flags: needinfo?(jlaster)
Yes, pushed the fix this morning.
Flags: needinfo?(jlaster)
Marking this as fixed as per comment #23. There are no failures for 4 days now. Reopen if this reoccurs.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [stockwell disable-recommended] → [stockwell fixed]
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.