Files
mongo/test/format
Keith Bostic f404d6b063 Fix the recent build failures (failed if CONFIG configured compression
but didn't configure logging_compression, which is what smoke.sh does).
2015-05-18 13:57:01 -04:00
..
2015-05-05 14:51:23 +10:00
2015-05-10 10:44:37 -04: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