Closed Bug 625874 Opened 14 years ago Closed 14 years ago

Running Talos ts throws "Unable to remove directory" at the end of the run

Categories

(Testing :: Talos, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cmtalbert, Assigned: jmaher)

References

Details

Attachments

(2 files)

Attached file the config file
1. Get a tegra set up with the agent, watcher, fenneccp, firefoxcp, and fennec. 2. run talos with the attached config file: python run_tests.py --noisy mine.yml 3. Wait, make coffee 4. Wait some more, eat a sandwhich At the end of the ts run, you will see that there is a notice from ffprocess_remote stating "Unable to remove directory", and it's calling to the agent trying to remove a directory and failing to do so. The directory it is trying to remove is the temp directory it used to store the profile in on the *local* computer. It's something like "/tmp/tmp<randomchars> which does not, cannot, and will not exist on the device. So, either something in ffprocess_remote (or more likely) something in our super class ffprocess is trying to remove the temp directory it used to store the profile before sending it to the device, but our remote code thinks that this is a directory on the device when it isn't and hence you get the error. This needs to be cleaned up in ffprocess_remote/ffprocess (probably somewhere in that interaction between the two classes). Note, I'm running with the talos-devicemanager patch on bug 624001 when repro'ing this.
this patch will add in a self.hostproc variable such that when we need to do actions on the host or remote device we can choose the correct version. By default it sets hostproc = _ffprocess.
Assignee: nobody → jmaher
Attachment #504597 - Flags: review?(anodelman)
Blocks: 609536
Attachment #504597 - Flags: review?(anodelman) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Blocks: 630647
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: