Closed
Bug 1184883
Opened 10 years ago
Closed 10 years ago
gaiatest hangs with testcase involving installed_apps
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Firefox OS Graveyard
Gaia::UI Tests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
Details
Attachments
(2 files)
Run the testcase using:
gaiatest --address=localhost:2828 --testvars=testVars.json --restart testcase.py
gaiatest hangs at the line containing "apps.installed_apps".
I checked that this testcase fails on FxOS 2.1 onwards with gaiatest 0.26/0.32, but works on FxOS 1.2 <= versions <= 2.0, with gaiatest 0.26.
(The testcase throws when using FxOS 2.0 with gaiatest 0.32)
I asked on IRC and folks mentioned that we might be lacking the following line (it's JS though):
https://github.com/mozilla-b2g/fxos-certsuite/blob/master/mcts/webapi_tests/app_management.js#L121
Not sure how that maps to Python Marionette / gaiatest. David, feel free to move this on to the right person if you're not the right one.
===
$ cat testVars.json
{
"acknowledged_risks": true,
"skip_warning": true
}
Flags: needinfo?(dburns)
| Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
I would recommend wherever possible to use gaiatest installed directly from the gaia branch under test rather than relying on the PyPI packages, which are updated on an adhoc basis. Also, the correct PyPI packages for v2.0 and v2.1 are:
https://pypi.python.org/pypi/gaiatest-v2.0
https://pypi.python.org/pypi/gaiatest-v2.1
Flags: needinfo?(dburns)
Updated•10 years ago
|
Component: Marionette → Gaia::UI Tests
Product: Testing → Firefox OS
| Reporter | ||
Comment 3•10 years ago
|
||
WORKSFORME when I used the appropriate gaiatest module for the corresponding FxOS version as per comment 2.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•