Files
mongo/test/format
Keith Bostic 908671fc2f Remove the automake shared library magic around loading the bzip2 compressor
in raw-test mode, it's a lot simpler to load two compressors, the normal one
and a raw-test version.
2014-01-31 12:38:14 -05:00
..
2014-01-13 06:56:00 -05:00
2014-01-18 14:43:31 -05:00
2014-01-07 10:30:12 -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