Files
mongo/test/format
Michael Cahill a12b4b8927 Abort transactions if the cache is so full that they cannot make progress.
This allows WiredTiger to work in caches where the number of pages is small
enough that an old snapshot could block itself from evicting in order to read
new pages.
2012-09-26 11:54:36 +10:00
..
2012-03-14 12:02:31 -04:00
2012-09-18 10:07:13 +10:00

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

test/format should be compiled with a version of Berkeley DB (which
it uses to verify format's results).  Create a link "db" in the
build_posix directory that links to the top-level of a Berkeley
DB distribution directory which contains a configured and compiled
build_unix subdirectory.