Closed Bug 1476997 Opened 6 years ago Closed 6 years ago

Don't turn on the http proxy by default for raptor

Categories

(Testing :: Raptor, defect)

Version 3
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rwood, Assigned: rwood)

References

Details

Attachments

(1 obsolete file)

I notice by default in the perf testing profile [1] it is turning on an http proxy:

user_pref("network.proxy.http", "localhost");
user_pref("network.proxy.http_port", 80);
user_pref("network.proxy.type", 1);

Raptor doesn't need this http proxy so turn if off for by default for raptor. Raptor tp6 (and future gdocs) set their own proxy settings for mitmproxy. The other raptor tests (pageload) use localhost:xxxxxx which is a dynamic port set at runtime (and not a proxy).

[1]https://searchfox.org/mozilla-central/rev/88199de427d3c5762b7f3c2a4860c10734abd867/testing/profiles/perf/user.js#80
Blocks: 1473078
Assignee: nobody → rwood
Status: NEW → ASSIGNED
(In reply to Robert Wood [:rwood] from comment #1)
> https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c18fa89dc416848ed3c8b10a06011c01960e29f

Either this is a bad build, or we * do * need this proxy setting on by default in production for some reason...
Attachment #9025451 - Attachment is obsolete: true
Looks like we still need this setting for production on linux at least, not really sure why... but not worth breaking things!
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: