Closed
Bug 1094761
Opened 9 years ago
Closed 8 years ago
e10s - fix browser_contextSearchTabPosition to not hit the network in e10s mode
Categories
(Firefox :: Search, defect, P4)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 47
People
(Reporter: Gijs, Assigned: Felipe)
References
(Blocks 1 open bug)
Details
(Whiteboard: [e10s test][fxsearch])
Attachments
(1 file)
It looks like the test depends on removing the tabs cancelling the network requests, which seems like it's not the case in e10s, which means sometime during the next test or two that runs (!), we crash due to outside network requests when run on our infra: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=6d095d99d129 We can workaround by using a fake search provider (see bug 1062096 on some of the machinery of how to do that) and/or stopping the network request in a more efficient way...
Flags: qe-verify-
Flags: in-testsuite+
Flags: firefox-backlog+
Updated•9 years ago
|
Updated•8 years ago
|
Rank: 43
Priority: -- → P4
Whiteboard: [e10s test][fxsearch]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → felipc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/35025/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/35025/
Attachment #8719599 -
Flags: review?(florian)
Assignee | ||
Comment 3•8 years ago
|
||
I forgot to save the removal of this test from browser/base/content/test/general/browser.ini, but I updated my patch locally to do it.
Updated•8 years ago
|
Attachment #8719599 -
Flags: review?(florian) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8719599 [details] MozReview Request: Bug 1094761 - Fix browser_contextSearchTabPosition.js to not hit the network. r=Florian https://reviewboard.mozilla.org/r/35025/#review31561 ::: browser/components/search/test/browser.ini:25 (Diff revision 1) > +skip-if = os == "mac" Please keep the "# bug 967013" comment here.
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/829d5a1b43cc
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Comment 7•8 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/0f276504c5d0
status-firefox46:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•