Closed
Bug 450665
Opened 17 years ago
Closed 17 years ago
test_bug-365166.js creates file in /tmp instead of in build directory
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a2
People
(Reporter: lsblakk, Assigned: lsblakk)
Details
Attachments
(1 file)
1.21 KB,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
In moving the unittest buildslaves to a new user profile, this test caused storage access denied errors in make check because it was trying to access a file called bug-365166.sqlite in /tmp which was owned by the prior user.
This test should use TestDB instead or generate the file in the build directory so that, in case there are ever two build processes happening at the same time, there is no colliding.
Attachment #333832 -
Flags: review?(sdwilsh)
Comment 1•17 years ago
|
||
Comment on attachment 333832 [details] [diff] [review]
Removes the temp file creation and accesses TestDB instead
r=sdwilsh
Attachment #333832 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Assignee: nobody → lukasblakk
Comment 2•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1a2
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•