Closed
Bug 809071
Opened 13 years ago
Closed 13 years ago
Delay and try deleting profile directory again
Categories
(Testing :: XPCShell Harness, defect)
Testing
XPCShell Harness
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla19
People
(Reporter: gps, Assigned: gps)
References
Details
(Whiteboard: [sheriff-want])
Attachments
(1 file)
|
4.61 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
And around the xpcshell test IOError carousel we go again.
My next shot in the dark is to wait a few seconds after the first IOError and try again. The theory is that the system call has completed but the OS/filesystem is still doing work under the hood which prevents subsequent operations from working.
Attachment #678769 -
Flags: review?(ted)
Comment 1•13 years ago
|
||
Ted, ping for review (this is blocking our #1 toporange at the moment, bug 752243).
Comment 2•13 years ago
|
||
Comment on attachment 678769 [details] [diff] [review]
Sleep and try again after profile deletion failure, v1
Review of attachment 678769 [details] [diff] [review]:
-----------------------------------------------------------------
Horrible. If this fixes the issue then we should try to find a cleaner way to do this. (Is there really no way to delete a directory tree reliably?)
Attachment #678769 -
Flags: review?(ted) → review+
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Assignee: nobody → gps
Comment 4•13 years ago
|
||
Had an occurrence after this landed:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16959208&tree=Mozilla-Inbound
(bug 762032 comment 113)
| Assignee | ||
Comment 5•13 years ago
|
||
I'm inclined to believe permissions issues on Windows due to the updater service/process might be a separate bug from bug the necko cache and 752243. So, let's wait and see what happens with bug 752243.
| Assignee | ||
Comment 6•13 years ago
|
||
From https://tbpl.mozilla.org/php/getParsedLog.php?id=16969013&full=1&branch=mozilla-inbound:
TEST-PASS | /builds/slave/talos-slave/test/build/xpcshell/tests/services/sync/tests/unit/test_service_createAccount.js | test passed (time: 917.873ms)
TEST-INFO | Failed to remove profile directory. Waiting.
TEST-UNEXPECTED-FAIL | /builds/slave/talos-slave/test/build/xpcshell/tests/services/sync/tests/unit/test_service_createAccount.js | Failed to clean up the test profile directory: [Errno 13] Permission denied: '/var/folders/s1/zw9hr_nx645fs_fbl2vmsv_h00000w/T/tmpEH2mXg/Cache/4'
>>>>>>>
Well, shit.
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•