Files
mongo/test/format
Keith Bostic 2a71e4b928 WT-2103: add incremental backup testing to format
Change the backup code to use the new __wt_copy_and_sync() code instead
of shell commands, get better testing on that code.

Rename "BACKUP2" to "BACKUP_COPY".
2016-04-13 10:39:42 -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