Closed
Bug 566642
Opened 15 years ago
Closed 15 years ago
[mozmill] Always unmount DMG files after failures during copying the application
Categories
(Mozilla QA Graveyard :: Mozmill Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u279076, Unassigned)
References
Details
Currently, when running the update scripts, if you press CTRL+C to halt a test the mounted DMG remains mounted. If you try to run any other tests with this DMG file still mounted you will get the following error:
[Errno 2] No such file or directory:
'/data/tmp//Contents/MacOS/defaults/pref/channel-prefs.js'
The workaround is to umount the DMG file then rerun the tests. The script should umount under all failure conditions.
Updated•15 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Whiteboard: [mozmill-automation]
Updated•15 years ago
|
Assignee: hskupin → nobody
Component: Mozmill → Application Update
Product: Testing → Toolkit
QA Contact: mozmill → application.update
Comment 1•15 years ago
|
||
Patch up on Github:
http://github.com/whimboo/mozmill/commit/1851fc322e287764cd622d423d40cf08d76ac5db
Would be fantastic if you could have a quick look at it Jeff. Thanks.
Updated•15 years ago
|
Summary: [mozmill] Always unmount DMG files after a failed/canceled test → [mozmill] Always unmount DMG files after failures during copying the application
Comment 2•15 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Move of Mozmill related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Component: Application Update → Mozmill Automation
Product: Toolkit → Mozilla QA
QA Contact: application.update → mozmill-automation
Whiteboard: [mozmill-automation]
Assignee | ||
Updated•11 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•