Uploading to Launchpad only works if https_proxy is unset or not used
Bug #1267443 reported by
Graham Binns
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas-test |
Fix Committed
|
High
|
Graham Binns |
Bug Description
If https_proxy is set for maas-test (which it is if the user specifies a proxy or if it's in the environment already), uploading to Launchpad will always fail with a "Connection refused" error.
We can get around this by disabling the use of proxies when opening the connection to Launchpad, but if we ever want to work in an environment where using a proxy is required, this needs to be fixed.
Related branches
lp://staging/~gmb/maas-test/dont-report-successes
- Julian Edwards (community): Disapprove
- Raphaël Badin (community): Approve
-
Diff: 207 lines (+56/-65)3 files modifiedmaastest/main.py (+5/-2)
maastest/report.py (+25/-23)
maastest/tests/test_report.py (+26/-40)
Changed in maas-test: | |
status: | Triaged → In Progress |
assignee: | nobody → Graham Binns (gmb) |
status: | In Progress → Fix Committed |
To post a comment you must log in.