Merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-qthread into lp:ubuntuone-control-panel
| Status: | Merged |
|---|---|
| Approved by: | dobey on 2012-10-16 |
| Approved revision: | 369 |
| Merged at revision: | 369 |
| Proposed branch: | lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-qthread |
| Merge into: | lp:ubuntuone-control-panel |
| Diff against target: |
85 lines (+25/-2) 3 files modified
ubuntuone/controlpanel/gui/qt/tests/test_gui.py (+8/-0) ubuntuone/controlpanel/gui/qt/tests/test_share_links.py (+7/-0) ubuntuone/controlpanel/gui/qt/tests/test_share_links_search.py (+10/-2) |
| To merge this branch: | bzr merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-qthread |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| dobey (community) | 2012-10-15 | Approve on 2012-10-16 | |
| Roberto Alsina (community) | Approve on 2012-10-16 | ||
|
Review via email:
|
|||
Commit Message
- Improving tests, patching QThread in the right place (LP: #1066894).
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-qthread into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
...
| dobey (dobey) wrote : | # |
Setting vote back to needs fixing, as there are additional failures in this now, and the log seems to have sufficient data to help debug this further.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/u1-cp-qthread into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
...
- 369. By Diego Sarmentero on 2012-10-16
-
tests fixed


This set of changes is what was causing your previous branch failures on merge. I have no reason to believe landing this separately won't also fail.
The bug report says "race condition" but doesn't document any actual failures or examples of what happens when this race occurs. Can you expand on that race condition in the bug report, and please document the failure case in the bug report?