Closed
Bug 1380512
Opened 8 years ago
Closed 8 years ago
Intermittent devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/browser_webconsole_check_stubs_console_api.js | A promise chain failed to handle a rejection: No such actor for ID: server1.conn0.child1/obj39 - stack: null
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(firefox56 fixed, firefox57 fixed)
RESOLVED
FIXED
Firefox 57
People
(Reporter: intermittent-bug-filer, Assigned: nchevobbe)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:other])
Attachments
(1 file)
Updated•8 years ago
|
Priority: -- → P3
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 6•8 years ago
|
||
This frequent intermittent failure seems to have started just after the changes for bug 1307922.
:nchevobbe - Can you investigate?
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•8 years ago
|
||
TRY for the patch : https://treeherder.mozilla.org/#/jobs?repo=try&revision=885605f746769acaf12cf7de500a9a2410f501d7
I relaunched the job that has the intermittent test 20 times and I see no failures.
Flags: needinfo?(nchevobbe)
Comment 11•8 years ago
|
||
mozreview-review |
Comment on attachment 8896890 [details]
Bug 1380512 - Fix intermittent on browser_webconsole_check_stubs_console_api; .
https://reviewboard.mozilla.org/r/168176/#review173494
Looks reasonable.
Thanks for fixing this!
Honza
Attachment #8896890 -
Flags: review?(odvarko) → review+
Comment 12•8 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f6a06b442095
Fix intermittent on browser_webconsole_check_stubs_console_api; r=Honza
Comment 13•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Assignee: nobody → nchevobbe
status-firefox56:
--- → affected
Whiteboard: [stockwell needswork] → [stockwell fixed]
Comment 15•8 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Comment 16•8 years ago
|
||
This is still happening on pushes that contain the fix :(
Flags: needinfo?(nchevobbe)
Target Milestone: Firefox 57 → ---
Actually, it's happening more frequently after the fix landed... https://treeherder.mozilla.org/#/jobs?repo=autoland&fromchange=181e326996e9d40e8481a016060cd569e0c81bd2&noautoclassify&filter-searchStr=e42c2c6e3e4faca586d688c1592838aa98e89b08&tochange=519be2dc4c9c566db8cc2384e2e9915ab5f6c670&selectedJob=123342551&group_state=expanded
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 20•8 years ago
|
||
I think I got it right now.
I ran `/mach mochitest devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/browser_webconsole_check_stubs_console_api.js --run-until-failure` and it didn't failed once.
I replaced the generated stubs with new one to make sure we didn't miss anything (and we did, an actor property was missing), so that's why the timestamp and some actors changes in the consoleApi.js file.
Flags: needinfo?(nchevobbe)
Comment hidden (mozreview-request) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 23•8 years ago
|
||
Comment on attachment 8896890 [details]
Bug 1380512 - Fix intermittent on browser_webconsole_check_stubs_console_api; .
Asking for review again since the test changed
Attachment #8896890 -
Flags: review+ → review?(odvarko)
Comment 24•8 years ago
|
||
mozreview-review |
Comment on attachment 8896890 [details]
Bug 1380512 - Fix intermittent on browser_webconsole_check_stubs_console_api; .
https://reviewboard.mozilla.org/r/168176/#review174826
Looks fine.
I've been running the test 50 times on Win10 and OSX and there was no failure.
One thing I noticed is a dialog asking for "Do you want the application 'ssltunel' to accept incoming network connections". It appears only on OSX and have no negative impact on the test AFAIK, but not sure what could happend in different configurations. So, just mentioning it here.
Honza
Attachment #8896890 -
Flags: review?(odvarko) → review+
Comment 25•8 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6da0a758637b
Fix intermittent on browser_webconsole_check_stubs_console_api; r=Honza.
Updated•8 years ago
|
Whiteboard: [stockwell fixed] → [stockwell fixed:other]
Comment 26•8 years ago
|
||
bugherder uplift |
Comment 27•8 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures 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
•