QNetworkAccessManager.setProxy failing on Ubuntu
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu Single Sign On Client | Status tracked in Trunk | |||||
Stable-4-0 |
Triaged
|
High
|
Unassigned | |||
Stable-4-2 |
Fix Released
|
Critical
|
Unassigned | |||
Trunk |
Fix Released
|
Critical
|
dobey |
Bug Description
With trunk and stable-4-2 branches landing on top of Ubuntu 13.04 now, the following tests have started failing in tarmac. These tests are also failing in the nightlies PPA builds of ubuntu-sso-client as well.
ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
=======
[ERROR]
Traceback (most recent call last):
File "/usr/lib/
result = g.send(result)
File "/build/
self.
File "/build/
self.
File "/build/
self.
exceptions.
ubuntu_
Related branches
- Brian Curtin (community): Approve
- Mike McCracken (community): Approve
-
Diff: 799 lines (+101/-203)29 files modifiedrun-mac-tests (+1/-1)
run-tests (+1/-1)
run-tests.bat (+5/-1)
setup.py (+3/-3)
ubuntu_sso/main/__init__.py (+2/-2)
ubuntu_sso/main/darwin.py (+1/-1)
ubuntu_sso/main/windows.py (+1/-1)
ubuntu_sso/networkstate/linux.py (+1/-2)
ubuntu_sso/networkstate/tests/test_darwin.py (+3/-3)
ubuntu_sso/networkstate/tests/test_linux.py (+2/-1)
ubuntu_sso/qt/current_user_sign_in_page.py (+7/-8)
ubuntu_sso/qt/email_verification_page.py (+2/-2)
ubuntu_sso/qt/forgotten_password_page.py (+2/-2)
ubuntu_sso/qt/main/__init__.py (+1/-1)
ubuntu_sso/qt/main/tests/test_main.py (+1/-1)
ubuntu_sso/qt/network_detection_page.py (+4/-5)
ubuntu_sso/qt/reset_password_page.py (+8/-8)
ubuntu_sso/qt/setup_account_page.py (+6/-6)
ubuntu_sso/qt/tests/show_gui.py (+4/-4)
ubuntu_sso/qt/tests/test_email_verification.py (+4/-4)
ubuntu_sso/tests/__init__.py (+5/-4)
ubuntu_sso/utils/tests/test_tcpactivation.py (+6/-6)
ubuntu_sso/utils/tests/test_txsecrets.py (+4/-4)
ubuntu_sso/utils/ui.py (+3/-3)
ubuntu_sso/utils/webclient/common.py (+1/-1)
ubuntu_sso/utils/webclient/libsoup.py (+4/-4)
ubuntu_sso/utils/webclient/qtnetwork.py (+2/-8)
ubuntu_sso/utils/webclient/tests/test_qtnetwork.py (+10/-94)
ubuntu_sso/utils/webclient/tests/test_webclient.py (+7/-22)
- Ubuntu One hackers: Pending requested
-
Diff: 266 lines (+19/-124)3 files modifiedubuntu_sso/utils/webclient/qtnetwork.py (+2/-8)
ubuntu_sso/utils/webclient/tests/test_qtnetwork.py (+10/-94)
ubuntu_sso/utils/webclient/tests/test_webclient.py (+7/-22)