[Xapian-tickets] [Xapian] #443: closedb5() test fails on Flint database
Xapian
nobody at xapian.org
Fri Feb 5 15:47:47 GMT 2010
#443: closedb5() test fails on Flint database
-------------------------------+--------------------------------------------
Reporter: charliejuggler | Owner: olly
Type: defect | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: SVN trunk
Severity: normal | Blockedby:
Platform: Microsoft Windows | Blocking:
-------------------------------+--------------------------------------------
Fails as follows on Windows:
apitest -v -b flint closedb5
{{{
Running tests with backend "flint"...
Running test: closedb5....flint\dbw\postlist.DB - The process cannot
access the file because it is being used by another process.
.flint\dbw\record.DB - The process cannot access the file because it is
being used by another process.
.flint\dbw\termlist.DB - The process cannot access the file because it is
being used by another process.
.flint\dbw\value.DB - The process cannot access the file because it is
being used by another process.
DatabaseError: Can't delete file: `.flint/dbw/value.DB': Permission
denied
apitest backend flint: 0 tests passed, 1 failed.
}}}
Can be fixed by adding "db.close();" at line 188 of api_closedb.cc
--
Ticket URL: <http://trac.xapian.org/ticket/443>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list