Merge lp:~mzanetti/unity8/stabilize-swipeAwayGreeter into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Daniel d'Andrada on 2016-02-16 |
| Approved revision: | 2203 |
| Merged at revision: | 2249 |
| Proposed branch: | lp:~mzanetti/unity8/stabilize-swipeAwayGreeter |
| Merge into: | lp:unity8 |
| Prerequisite: | lp:~dandrader/unity8/removeUnusedTestCode |
| Diff against target: |
19 lines (+1/-1) 1 file modified
tests/qmltests/tst_Shell.qml (+1/-1) |
| To merge this branch: | bzr merge lp:~mzanetti/unity8/stabilize-swipeAwayGreeter |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Peeters (community) | Needs Information on 2016-03-01 | ||
| PS Jenkins bot | continuous-integration | Needs Fixing on 2016-02-16 | |
| Daniel d'Andrada (community) | 2016-02-16 | Approve on 2016-02-16 | |
|
Review via email:
|
|||
Commit Message
stabilize swipeAwayGreeter()
so far it was only used after loadShell() which calls
waitForGreeterT
so let's call that on our own in swipeAwayGreeter();
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
there's a prereq
* Did you perform an exploratory manual test run of your code change and any related functionality?
yes
* Did you make sure that your branch does not contain spurious tags?
yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
* If you changed the UI, has there been a design review?
n/a
| Daniel d'Andrada (dandrader) wrote : | # |
- 2203. By Michael Zanetti on 2016-02-16
-
drop now obsolete waitForGreeterT
oStabilize( )
| Michael Zanetti (mzanetti) wrote : | # |
> Then can you please remove the explicit waitForGreeterT
> there?
>
> """
> function test_launchedAp
> loadShell(
> shell.usageScenario = data.usageScenario;
> waitForGreeterT
> swipeAwayGreeter();
> """
done. couldn't find any other usages of waitForGreeterT
| Daniel d'Andrada (dandrader) wrote : | # |
Thanks
* Did you perform an exploratory manual test run of the code change and any related functionality?
Not applicable
* Did CI run pass? If not, please explain why.
tst_Shell still pass in my machine, which is the only test that matters in this case
* Did you make sure that the branch does not contain spurious tags?
Yes
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2202
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Tim Peeters (tpeeters) wrote : | # |
I saw a bunch of "shown" failures in tst_OrientedShe
Does tst_OrientedShe

Then can you please remove the explicit waitForGreeterT oStabilize( ) call from there?
""" pHasActiveFocus (data) {
loadShell( data.formFactor );
shell. usageScenario = data.usageScenario;
waitForGre eterToStabilize ();
swipeAwayG reeter( );
function test_launchedAp
"""