Closed
Bug 1024588
Opened 10 years ago
Closed 10 years ago
UA override list system causes sporadic connections to dynamicua.cdn.mozilla.net
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(firefox31 fixed, firefox32 fixed, firefox33 fixed, firefox-esr24 unaffected, b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed, b2g-v2.0 fixed, b2g-v2.1 fixed)
RESOLVED
FIXED
2.0 S4 (20june)
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
2.83 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
With the patches in bug 995417 applied (which forbid network connections to non-local sites):
09:41:04 INFO - *** UTM:SVC TimerManager:notify - notified timerID: user-agent-updates-timer
09:41:04 INFO - Non-local network connections are disabled and a connection attempt to dynamicua.cdn.mozilla.net was made. You should only access hostnames available via the test networking proxy (if running mochitests) or from a test-specific httpd.js server (if running xpcshell tests).
09:41:05 INFO - TEST-INFO | Main app process: killed by SIGSEGV
09:41:05 WARNING - TEST-UNEXPECTED-FAIL | /tests/dom/imptests/html/dom/nodes/test_case.html | application terminated with exit code 11
(The particular test isn't at fault, so far as I can tell, it's just when the update timer happens to go off that problems ensue.)
These updates should be disabled for all tests, and any tests which specifically depend on the updates being available should use a test-only local server.
Assignee | ||
Comment 1•10 years ago
|
||
Looking at the code, I think it does the right thing when the pref is off.
Testing this on try:
https://tbpl.mozilla.org/?tree=Try&rev=825ca25aa598
Getting tired of setting prefs in multiple places...
Attachment #8439453 -
Flags: review?(jmaher)
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Nathan Froyd (:froydnj) from comment #1)
> Looking at the code, I think it does the right thing when the pref is off.
> Testing this on try:
>
> https://tbpl.mozilla.org/?tree=Try&rev=825ca25aa598
Looks like the patch works, hooray!
Comment 3•10 years ago
|
||
Comment on attachment 8439453 [details] [diff] [review]
turn off useragent updates for tests, to avoid hitting the network
Review of attachment 8439453 [details] [diff] [review]:
-----------------------------------------------------------------
yes, so many prefs. Should we do this for talos as well?
Attachment #8439453 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee: nobody → nfroyd
Flags: in-testsuite-
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S4 (20june)
Comment 6•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/e6bd7a69caef
https://hg.mozilla.org/releases/mozilla-beta/rev/f35d4325f9e7
https://hg.mozilla.org/releases/mozilla-b2g30_v1_4/rev/591d1d56cdef
https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/75ee2ac4083d
We should probably get a follow-up bug on file for getting this and bug 1025959 changed for talos too.
status-b2g-v1.3:
--- → fixed
status-b2g-v1.3T:
--- → affected
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → fixed
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
status-firefox-esr24:
--- → unaffected
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•