Closed Bug 1572412 Opened 5 years ago Closed 5 years ago

Without root privileges Raptor throws an exception while setting up the android app config file

Categories

(Testing :: Raptor, defect, P1)

Version 3
Unspecified
Android
defect

Tracking

(firefox70 fixed)

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: acreskey, Assigned: acreskey)

Details

Attachments

(1 file)

After copying over the android app config file *geckoview-config.yaml there's a call to chmod it as root: self.device.chmod(yml_on_device, recursive=True, root=True)

This will throw an exception if the device isn't rooted (e.g. for local developer usage).

After discussion and a test, it turns out that we don't need to call the chmod.

Patch incoming

Status: NEW → ASSIGNED
Priority: -- → P1
Keywords: checkin-needed

Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0434b7b37652
Remove root-requiring chmod on raptor android app config r=rwood

Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: