Closed
Bug 1850444
Opened 2 years ago
Closed 2 years ago
Timeout in test_bug1699721.html with isolateNothing and isolateHighValue
Categories
(GeckoView Graveyard :: Sandboxing, defect, P1)
Tracking
(firefox118 wontfix, firefox119 wontfix, firefox120 fixed)
RESOLVED
FIXED
120 Branch
People
(Reporter: owlish, Assigned: owlish)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
STR:
- Run
docshell/test/navigation/test_bug1699721.htmlon any Android Fission build withisolateNothingorisolateHighValuestrategy (setfission.webContentIsolationStrategyto0or2respectively). - The test will timeout after printing this message (the next info message never gets printed)
Comparing the logcats of a failing case and a passing case, I see these lines present in the passing log:
08-18 19:31:34.573 1659 1671 I ActivityManager: Start proc 4075:org.mozilla.geckoview.test_runner:tab35/u0a62 for service org.mozilla.geckoview.test_runner/org.mozilla.gecko.process.GeckoChildProcessServices$tab35
08-18 19:31:34.575 3536 3564 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab35 updateBindings: FOREGROUND priority, 0 importance, 3 successful binds, 0 failed binds, 0 successful unbinds
and absent in the failing one. So the timeout seems to be related to the process switching behavior when there are popups specifically with isolateNothing or isolateHighValue strategy.
| Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [fxdroid]
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → bugzeeeeee
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:kaya, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(kkaya)
Updated•2 years ago
|
Severity: N/A → S3
Flags: needinfo?(kkaya)
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by istorozhko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a2725a121e1f
Make the test for bug 1699721 work with isolateHighValue strategy on Fission r=nika
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•2 years ago
|
status-firefox118:
--- → wontfix
status-firefox119:
--- → wontfix
Updated•1 year ago
|
Product: GeckoView → GeckoView Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•