Closed
Bug 1109157
Opened 10 years ago
Closed 7 years ago
update marionette-js-runner version to fix mozrunner problems (Bug 1108023)
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mdas, Unassigned)
References
Details
Attachments
(1 file)
raise DMError("Could not find settings db in '%s'!" % self.remote_idb_dir)
DMError: Could not find settings db in '/data/local/storage/persistent/chrome/idb'!
is thrown when you run the js integration tests against device. This is because that folder has been renamed. I've fixed the root problem in Bug 1108023, so now we have to update and push the new runner, and update gaia.
Reporter | ||
Comment 1•10 years ago
|
||
Attachment #8533774 -
Flags: review?(jlal)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8533774 [details] [review]
link to PR
this has been merged
Attachment #8533774 -
Flags: review?(jlal) → review+
Reporter | ||
Comment 3•10 years ago
|
||
gaia node modules was updated (https://github.com/mozilla-b2g/gaia-node-modules/commit/4021ada2c5773b31e5fa864ce47e33b04dbcb13e) and merged as part of https://github.com/mozilla-b2g/gaia/commit/a3f9659951b8aafcf3ed34084bb8192f7f542b10#diff-1ff9f28717c751a86e992a79d2ebb6e1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
No-jun, Johan, can you guys verify if this is now fixed? Thanks!
Flags: needinfo?(npark)
Flags: needinfo?(jlorenzo)
Comment 5•10 years ago
|
||
On today's gaia, ( gaia commit 1913c69336f2e8f8bfd97e3179e862d325aa3a99) it still fails with the same message. mdas told me the bug for this issue is Bug 1091680, and I made a comment there about it today.
Flags: needinfo?(npark)
Comment 6•10 years ago
|
||
So I think this can't be verified then?
Depends on: 1091680
Flags: needinfo?(jlorenzo)
Comment 7•10 years ago
|
||
I had to back this out as when we now try to bump node modules for gaia, we get npm install errors reported on treeherder.
Backout: https://github.com/mozilla-b2g/gaia-node-modules/commit/99f0a09e0865ece1f7a1ce28a1b07d980244a6ea
Example of error log: http://ftp.mozilla.org/pub/mozilla.org/b2g/try-builds/gaiabld-07b0fd668c92/gaia-try-linux64_gecko/gaia-try_ubuntu64_vm-b2gdt_test-gaia-linter-bm67-tests1-linux64-build2537.txt.gz
Seems like it's something with the post install script:
19:39:07 INFO - > marionette-js-runner@0.6.2 postinstall /builds/slave/test/gaia/node_modules/marionette-js-runner
19:39:07 INFO - > ./scripts/setup_python.sh
19:39:07 INFO - checking python version
19:39:07 INFO - Python version found: 2 7 3
19:39:07 INFO - Python 2.7.5 or greater required!
19:39:07 INFO - Please install from https://www.python.org/download/releases/2.7.5/
19:39:07 INFO - npm ERR! weird error 1
19:39:07 INFO - npm ERR! not ok code 0
19:39:07 INFO - make: *** [node_modules] Error 1
Status: RESOLVED → REOPENED
Flags: needinfo?(mdas)
Resolution: FIXED → ---
Comment 8•10 years ago
|
||
This appears to be a releng issue to be honest. I suggest speaking to them to get it sorted.
Flags: needinfo?(mdas)
Comment 9•7 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: REOPENED → RESOLVED
Closed: 10 years ago → 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•