Hey all, I've been writing a BerkeleyDB-based BayesStore (with the intention of contributing it when it's complete), and I was wondering if the regular SA test suite is sufficient to validate the implementation, or if someone has any additional materials that would be helpful?
Most of the code, is, as one might expect, from the DBM implementation, but I'm using more advanced BDB capabilities to do things like keep an index on atime to speed expiration, and using BDB's transactional capabilities to avoid having to journal, etc., and, of course, those are the bits that are most fundamental, and therefore most in need of testing. Thanks for any guidance, Mike.
