Closed
Bug 1333065
Opened 9 years ago
Closed 9 years ago
Intermittent test_capabilities.py TestCapabilities.test_additional_capabilities | AssertionError: u'/storage/sdcard/tests/profile' != '/tmp/tmpIqMQt9.mozrunner'
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox52 fixed, firefox53 fixed, firefox54 fixed)
RESOLVED
FIXED
mozilla54
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
| Assignee | ||
Comment 1•9 years ago
|
||
Andrew, do you know why mozrunner reports the local temp directory for the profile location but not the one from the device/emulator? I don't think that the current behavior is expected.
> current_profile = self.marionette.instance.runner.profile.profile
> self.assertEqual(self.caps["moz:profile"], current_profile)
which results in:
> test_capabilities.py TestCapabilities.test_additional_capabilities | AssertionError: u'/storage/sdcard/tests/profile' != '/tmp/tmpIqMQt9.mozrunner'
Flags: needinfo?(ahalberstadt)
It keeps track of both.
You want to use something like `self.marionette.instance.runner.device.app_ctx.remote_profile` in the Fennec case.
Flags: needinfo?(ahalberstadt)
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
status-firefox52:
--- → affected
status-firefox53:
--- → affected
| Assignee | ||
Comment 4•9 years ago
|
||
Thanks Maja. I will try that.
| Assignee | ||
Updated•9 years ago
|
Attachment #8829631 -
Flags: review?(ato)
| Assignee | ||
Updated•9 years ago
|
Attachment #8829631 -
Flags: review?(mjzffr)
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8829631 [details]
Bug 1333065 - Fix test_additional_capabilities to use the remote profile path for Fennec.
https://reviewboard.mozilla.org/r/106650/#review107836
Attachment #8829631 -
Flags: review?(mjzffr) → review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cef9cfc92fec
Fix test_additional_capabilities to use the remote profile path for Fennec. r=maja_zf
| Assignee | ||
Updated•9 years ago
|
Attachment #8829631 -
Flags: review?(ato)
Comment 7•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 8•9 years ago
|
||
| bugherder uplift | ||
| Assignee | ||
Comment 9•9 years ago
|
||
Please also uplift this test-only patch to aurora. Thanks.
Whiteboard: [checkin-needed-aurora]
Comment 10•9 years ago
|
||
| bugherder uplift | ||
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 12•3 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•