Closed Bug 1028783 Opened 10 years ago Closed 10 years ago

[unittests] 6 unittests failing with AssertionError: Lists differ: [u'Vertical'] != ['Homescreen']

Categories

(Firefox OS Graveyard :: Gaia::UI Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: stephend, Assigned: Bebe)

References

()

Details

6 of the unittests are failing due to the homescreen, and it looks like a problem in the new vertical vs. the old-style homescreen:

http://selenium.qa.mtv2.mozilla.com:8080/view/B2G%20Flame/job/b2g.flame.mozilla-central.unittests/160/testReport/

Sample from test_kill:

Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.flame.mozilla-central.unittests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 170, in run
testMethod()
File "/var/jenkins/workspace/b2g.flame.mozilla-central.unittests/tests/python/gaia-ui-tests/gaiatest/tests/unit/test_kill.py", line 18, in test_kill
self.check_no_apps_running()
File "/var/jenkins/workspace/b2g.flame.mozilla-central.unittests/tests/python/gaia-ui-tests/gaiatest/tests/unit/test_kill.py", line 36, in check_no_apps_running
self.assertEqual([a.name for a in self.apps.running_apps], [Homescreen.name])
AssertionError: Lists differ: [u'Vertical'] != ['Homescreen']

First differing element 0:
Vertical
Homescreen

- [u'Vertical']
+ ['Homescreen']
looks like there where changes in https://github.com/mozilla-b2g/gaia/commit/184b1b7b689f991c420d6ce9d4c3664ec8bc8f98


Let's wait for a build with that commit and retest this
Assignee: nobody → florin.strugariu
Johan or Dylan, can you take a look when you get a chance?
Nothing to fix here; the devs had updated the tests but releng build was 3 days behind the latest Gaia.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
(In reply to Zac C (:zac) from comment #3)
> Nothing to fix here; the devs had updated the tests but releng build was 3
> days behind the latest Gaia.

Thanks, yeah, this resolved itself in http://selenium.qa.mtv2.mozilla.com:8080/job/b2g.flame.mozilla-central.unittests/171/
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.