Code review comment for lp:~paulliu/unity/phablet-test-dashpeoplefiltergrid

Revision history for this message
Albert Astals Cid (aacid) wrote :

The test is unstable, running

while [ true ]; do make testPeopleFilterGrid; if [ $? -ne 0 ]; then break; fi; done

in my builddir makes it fail with

********* Start testing of qmltestrunner *********
Config: Using QTest library 5.0.1, Qt 5.0.1
PASS : qmltestrunner::DashPeopleFilterGrid::initTestCase()
PASS : qmltestrunner::DashPeopleFilterGrid::test_clickCell(row 0)
FAIL! : qmltestrunner::DashPeopleFilterGrid::test_clickCell(row 1) Compared values are not the same
   Actual (): 0
   Expected (): 1
   Loc: [/home/tsdgeos_work/phablet/lalala/tests/qmltests/Dash/People/tst_PeopleFilterGrid.qml(140)]
FAIL! : qmltestrunner::DashPeopleFilterGrid::test_clickCell(row 2) Compared values are not the same
   Actual (): 0
   Expected (): 1
   Loc: [/home/tsdgeos_work/phablet/lalala/tests/qmltests/Dash/People/tst_PeopleFilterGrid.qml(140)]
FAIL! : qmltestrunner::DashPeopleFilterGrid::test_clickCell(row 3) Compared values are not the same
   Actual (): 0
   Expected (): 1
   Loc: [/home/tsdgeos_work/phablet/lalala/tests/qmltests/Dash/People/tst_PeopleFilterGrid.qml(140)]
FAIL! : qmltestrunner::DashPeopleFilterGrid::test_clickCell(row 4) Compared values are not the same
   Actual (): 0
   Expected (): 1
   Loc: [/home/tsdgeos_work/phablet/lalala/tests/qmltests/Dash/People/tst_PeopleFilterGrid.qml(140)]
PASS : qmltestrunner::DashPeopleFilterGrid::cleanupTestCase()
Totals: 3 passed, 4 failed, 0 skipped
********* Finished testing of qmltestrunner *********

Usually happens in less than a minute of running the while loop

review: Needs Fixing

« Back to merge proposal