[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Thu Feb 2 21:48:38 UTC 2006
Update of /project/elephant/cvsroot/elephant
In directory common-lisp:/tmp/cvs-serv6576
Modified Files:
Tag: ELEPHANT-0-4-1-rc1-IAN
elephant-tests.asd
Log Message:
There may be a bug or two left, but the major locking problems have been
resolved. Interactions due to reconnecting to databases can be problematic
(i.e. indexing a new object when a cursor is walking the indices for that
object leads to deadlock in the bdb code where the cursor has a read lock
on an index that the persistent indexing wanted to write)
More tests needed, but the system appears largely stable now.
--- /project/elephant/cvsroot/elephant/elephant-tests.asd 2006/01/30 04:54:59 1.4.2.2
+++ /project/elephant/cvsroot/elephant/elephant-tests.asd 2006/02/02 21:48:38 1.4.2.3
@@ -55,9 +55,9 @@
:components
((:file "elephant-tests")
(:file "testserializer")
+ (:file "testsleepycat")
(:file "mop-tests")
(:file "testcollections")
- (:file "testsleepycat")
(:file "testindexing")
(:file "testmigration")
)
More information about the Elephant-cvs
mailing list