Files
mongo/test/format
Keith Bostic 04fbf7031f Add configuration options for log archive and pre-allocation, currently
at 50% each.

Turn on logging all the time in the recovery test script.

Explode the configuration snprintf() for wiredtiger_open.

The test to check for configuration buffer overrun in WT_SESSION.create
was wrong, fix it.
2014-12-15 14:53:30 -05:00
..
2014-11-11 12:32:00 -05:00

The test/format program randomly generates WiredTiger databases with
different configurations and different size objects and then does
operations on those files.  The goal is to test the WiredTiger file
formats.

test/format should be linked with a version of Berkeley DB (which it
uses to verify format's results).  Use the configuration option
--with-berkeleydb=DIR to specify the top-level of an installed Berkeley
DB distribution directory, for example:

	--with-berkeleydb=/usr/local/BerkeleyDB.5.3