Merge lp:~aacid/autopilot/dbus_search_no_seen_connections into lp:autopilot
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 550 | ||||
| Proposed branch: | lp:~aacid/autopilot/dbus_search_no_seen_connections | ||||
| Merge into: | lp:autopilot | ||||
| Diff against target: |
151 lines (+26/-83) 2 files modified
autopilot/introspection/_search.py (+1/-18) autopilot/tests/unit/test_introspection_search.py (+25/-65) |
||||
| To merge this branch: | bzr merge lp:~aacid/autopilot/dbus_search_no_seen_connections | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-04-08 | |
| Christopher Lee (community) | 2015-03-25 | Needs Fixing on 2015-04-02 | |
|
Review via email:
|
|||
Commit Message
Do not store seen_connections
Paths can appear later than the bus has been created, so storing a bus to ignore it in the next loop can
make it ignore a bus that did not have the match previously but now does
| Albert Astals Cid (aacid) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:549
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| Timo Jyrinki (timo-jyrinki) wrote : | # |
Submitted for Autopilot 1.5 (the current release branch) at https:/
| Christopher Lee (veebers) wrote : | # |
Good catch, this may make the search for a process take a little longer but I can't see another solution off the top of my head.
Generally looking good, have one concern listed inline with the diff.
| Albert Astals Cid (aacid) wrote : | # |
Done, not a python devel myself so the way i sorted the tests cases may not be the best, suggestions welcome
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:551
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:551
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:551
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| Christopher Lee (veebers) wrote : | # |
Ugh, seems we're having jenkins/CI issues. Have pinged cihelp so hopefully it gets cleared out soon.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:551
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://

semi-related to https:/ /bugs.launchpad .net/ubuntu/ +source/ unity8/ +bug/1421009