Permafailing devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js | Uncaught exception - at chrome://mochitests/content/browser/devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js:75 - TypeError: can't access property "attac
Categories
(DevTools :: General, defect, P5)
Tracking
(firefox-esr78 unaffected, firefox82 unaffected, firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jdescottes)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: nbeleuzu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=317478659&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/fq35nqGaQnqiJ8c-yXfsnw/runs/0/artifacts/public/logs/live_backing.log
[task 2020-10-03T13:01:06.081Z] 13:01:06 INFO - TEST-PASS | devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js | front for worker in tab 2 has been closed -
[task 2020-10-03T13:01:06.081Z] 13:01:06 INFO - Listing workers.
[task 2020-10-03T13:01:06.082Z] 13:01:06 INFO - Finding worker with url 'code_WorkerTargetActor.attach-worker1.js'.
[task 2020-10-03T13:01:06.083Z] 13:01:06 INFO - Buffered messages finished
[task 2020-10-03T13:01:06.083Z] 13:01:06 INFO - TEST-UNEXPECTED-FAIL | devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js | Uncaught exception - at chrome://mochitests/content/browser/devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js:75 - TypeError: can't access property "attach", workerDescriptorFront1 is null
[task 2020-10-03T13:01:06.084Z] 13:01:06 INFO - Stack trace:
[task 2020-10-03T13:01:06.085Z] 13:01:06 INFO - @chrome://mochitests/content/browser/devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js:75:3
[task 2020-10-03T13:01:06.085Z] 13:01:06 INFO - Async*Tester_execTest/<@chrome://mochikit/content/browser-test.js:1069:34
[task 2020-10-03T13:01:06.086Z] 13:01:06 INFO - Tester_execTest@chrome://mochikit/content/browser-test.js:1109:11
[task 2020-10-03T13:01:06.087Z] 13:01:06 INFO - nextTest/<@chrome://mochikit/content/browser-test.js:932:14
[task 2020-10-03T13:01:06.088Z] 13:01:06 INFO - SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:1037:23
[task 2020-10-03T13:01:06.088Z] 13:01:06 INFO - Leaving test bound
[task 2020-10-03T13:01:06.089Z] 13:01:06 INFO - Removing tab.
[task 2020-10-03T13:01:06.090Z] 13:01:06 INFO - Tab removed and finished closing.
[task 2020-10-03T13:01:06.090Z] 13:01:06 INFO - TEST-PASS | devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js | The main process DevToolsServer has no pending connection when the test ends -
[task 2020-10-03T13:01:06.091Z] 13:01:06 INFO - GECKO(10846) | MEMORY STAT | vsize 2892MB | residentFast 353MB | heapAllocated 139MB
[task 2020-10-03T13:01:06.092Z] 13:01:06 INFO - TEST-OK | devtools/client/shared/test/browser_dbg_WorkerTargetActor.attach.js | took 706ms
[task 2020-10-03T13:01:06.093Z] 13:01:06 INFO - checking window state```
Comment hidden (Intermittent Failures Robot) |
Comment 2•4 years ago
|
||
Update:
There have been 37 failures within the last 7 days:
- 18 failures on Linux 18.04 x64 shippable opt
- 19 failures on Windows 10 x64 Shippable opt
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=318226012&repo=mozilla-central&lineNumber=2993
Most probably related to Bug 1668117.
Julian, do you have a few minutes to check? Thank you.
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•4 years ago
|
||
Thanks for the heads up!
Not related to Bug 1668117 as it already happens with https://hg.mozilla.org/mozilla-central/rev/d548bb7ebca0a5fc219a31e570baa28605837fcd
Will bisect.
Assignee | ||
Comment 5•4 years ago
|
||
Having issues in my bisect due to artifacts. Issue is most likely coming from a C++ change.
I am suspecting https://bugzilla.mozilla.org/show_bug.cgi?id=1668357, since this enabled session-history-in-parent with fission and the issue is related to a missing worker after navigating back. Local tests are providing limited info due to missing artifacts. Pushed with no artifact for more info:
Assignee | ||
Comment 6•4 years ago
|
||
I assumed this test should have been skipped for fission in https://phabricator.services.mozilla.com/D91977 but it was missed
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
This test perma fails on Fission since session-history-in-parent was enabled.
The test asserts workers retrieved from BrowsingContext targets as follows:
- go to page1, check we can get worker1
- go to page2, check we can get worker2
- go back to page1, check we can get worker1
On the last step, after navigating back, we are unable to retrieve the worker1 on pag1
Comment 9•4 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Description
•