Merge lp:~renatofilho/address-book-app/startup_time_fix_tests into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 647
Merged at revision: 646
Proposed branch: lp:~renatofilho/address-book-app/startup_time_fix_tests
Merge into: lp:address-book-app
Prerequisite: lp:~fboucault/address-book-app/startup_time
Diff against target: 23 lines (+4/-1)
1 file modified
tests/qml/tst_ContactList.qml (+4/-1)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/startup_time_fix_tests
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
system-apps-ci-bot continuous-integration Needs Fixing
Review via email: mp+310358@code.launchpad.net

Commit message

Fix unit test.

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:647
https://jenkins.canonical.com/system-apps/job/lp-address-book-app-ci/30/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/1946/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1947
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1786/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1786/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1786/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1786/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1786/console
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1786/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1786/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1786/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1786
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1786/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-address-book-app-ci/30/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/qml/tst_ContactList.qml'
2--- tests/qml/tst_ContactList.qml 2016-11-08 19:48:51 +0000
3+++ tests/qml/tst_ContactList.qml 2016-11-08 19:48:51 +0000
4@@ -62,8 +62,11 @@
5 id: mainView
6 pageStack: Item {
7 property var contactListPage: null
8+ property var _bottomEdge: null
9+
10 readonly property int columns: 1
11 readonly property bool hasKeyboard: false
12+ property bool bottomEdgeOpened: false
13 }
14
15 anchors.fill: parent
16@@ -95,7 +98,7 @@
17 {
18 //WORKAROUND: avoid problems with async object
19 //if the test run too fast it can cause problems with async objects
20- wait(1000)
21+ wait(2000)
22 root.contactListPageObj.destroy()
23 }
24

Subscribers

People subscribed via source and target branches