Closed
Bug 1240153
Opened 9 years ago
Closed 9 years ago
test_settings_media_storage.py : AssertionError: u'{"size":"680","unit":"KB"}' != u'{"size":"120","unit":"KB"}'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Assigned: martijn.martijn)
Details
Attachments
(1 file)
Description: Test case fails with "AssertionError"
Steps:
1. Update a flame device to 20160115055328
2. http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_media_storage.py
Actual result:
"AssertionError"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/405/HTML_Report/
Traceback (most recent call last):
File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.non-smoke.2/.env/local/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/marionette_test.py", line 344, in run
testMethod()
File "/var/jenkins/1/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.non-smoke.2/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_media_storage.py", line 37, in test_settings_media_storage
self.assertEqual(media_storage_settings.internal_storage.movies_size, u'{"size":"120","unit":"KB"}')
AssertionError: u'{"size":"680","unit":"KB"}' != u'{"size":"120","unit":"KB"}'
- {"size":"680","unit":"KB"}
? ^^
+ {"size":"120","unit":"KB"}
? ^^
![]() |
||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8709523 -
Flags: review?(npark)
Attachment #8709523 -
Flags: review?(jlorenzo)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → martijn.martijn
Comment 2•9 years ago
|
||
Comment on attachment 8709523 [details] [review]
[gaia] mwargers:1240153 > mozilla-b2g:master
Discussed with Martijn, this is likely due to bug 1163683, which changed the video. Updating the new size seems the correct fix to me.
Attachment #8709523 -
Flags: review?(jlorenzo) → review+
![]() |
||
Comment 3•9 years ago
|
||
Comment on attachment 8709523 [details] [review]
[gaia] mwargers:1240153 > mozilla-b2g:master
agree, the filesize of new video is bigger than before.
Attachment #8709523 -
Flags: review?(npark) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•