summaryrefslogtreecommitdiff
path: root/test/format/wts.c
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2016-07-14 21:11:33 -0400
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-07-15 11:11:33 +1000
commit2586794f605394c78d1688cd8f37a3af14619447 (patch)
tree64ff6bc23be02a28abfb0555efb261901439e7ce /test/format/wts.c
parentf98ecc9d7cb6a427eaed943f4e3f46eacdbac836 (diff)
downloadmongo-2586794f605394c78d1688cd8f37a3af14619447.tar.gz
WT-2738 Remove the ability to change the default checkpoint name (#2877)
We used to provide the ability to specify a custom checkpoint name that the checkpoint server would use. That feature increased code complexity and led to inconsistent checkpoint behavior.
Diffstat (limited to 'test/format/wts.c')
-rw-r--r--test/format/wts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/format/wts.c b/test/format/wts.c
index 69195abc3d4..5dcac5f5f28 100644
--- a/test/format/wts.c
+++ b/test/format/wts.c
@@ -139,6 +139,7 @@ wts_open(const char *home, bool set_api, WT_CONNECTION **connp)
p += snprintf(p, REMAIN(p, end),
"create=true,"
+ "checkpoint=(wait=5),"
"cache_size=%" PRIu32 "MB,"
"checkpoint_sync=false,"
"error_prefix=\"%s\"",