Closed
Bug 936364
Opened 11 years ago
Closed 11 years ago
Intermittent Travis Gaia UI Tests TEST-UNEXPECTED-FAIL | test_settings_wallpaper.py test_settings_wallpaper.TestWallpaper.test_change_wallpaper | AssertionError: Wallpaper has not changed from default.
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v1.2 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v1.2 | --- | fixed |
People
(Reporter: julienw, Assigned: zcampbell)
Details
Attachments
(2 files)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.6.1-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_wallpaper.py", line 27, in test_change_wallpaper
self.assertFalse(new_wallpaper_src == self._default_wallpaper_src, 'Wallpaper has not changed from default.')
TEST-UNEXPECTED-FAIL | test_settings_wallpaper.py test_settings_wallpaper.TestWallpaper.test_change_wallpaper | AssertionError: Wallpaper has not changed from default.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #829272 -
Flags: review?(florin.strugariu)
Updated•11 years ago
|
Attachment #829272 -
Flags: review?(florin.strugariu) → review+
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Do we need this on 1.2?
Assignee | ||
Comment 5•11 years ago
|
||
I think this would be good on v1.2 so setting the flag.
Nothing I can tell changed but there was a performance slowdown and the test kept going quickly, hence race.
status-b2g-v1.2:
--- → affected
Comment 6•11 years ago
|
||
Pointer to Github pull-request
Updated•11 years ago
|
Attachment #829319 -
Flags: review?(zcampbell)
Attachment #829319 -
Flags: review?(bob.silverberg)
Reporter | ||
Comment 7•11 years ago
|
||
1.2 is very stable on Travis since yesterday, so I don't think we need it. But if it does no harm, then why not.
Reporter | ||
Comment 8•11 years ago
|
||
Note that if you think there is a performance issue, it's worth looking if this happens on the device and file a bug, right?
Assignee | ||
Comment 9•11 years ago
|
||
We didn't see the intermittent on device. It's probably related to Activities I think there would be a better reduced test case for performance testing dataflow between apps.
Comment 10•11 years ago
|
||
Updated•11 years ago
|
Attachment #829319 -
Flags: review?(zcampbell)
Attachment #829319 -
Flags: review?(bob.silverberg)
Attachment #829319 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•