summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/format/ops.c')
-rw-r--r--src/third_party/wiredtiger/test/format/ops.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/third_party/wiredtiger/test/format/ops.c b/src/third_party/wiredtiger/test/format/ops.c
index ef3a79e7b53..b38c7b721bc 100644
--- a/src/third_party/wiredtiger/test/format/ops.c
+++ b/src/third_party/wiredtiger/test/format/ops.c
@@ -204,16 +204,6 @@ operations(u_int ops_seconds, bool lastrun)
if (g.c_txn_timestamps)
testutil_check(__wt_thread_create(NULL, &timestamp_tid, timestamp, tinfo_list));
- /*
- * Configuring WiredTiger library checkpoints is done separately, rather than as part of the
- * original database open because format tests small caches and you can get into cache stuck
- * trouble during the initial load (where bulk load isn't configured). There's a single thread
- * doing lots of inserts and creating huge leaf pages. Those pages can't be evicted if there's a
- * checkpoint running in the tree, and the cache can get stuck. That workload is unlikely enough
- * we're not going to fix it in the library, so configure it away by delaying checkpoint start.
- */
- if (g.c_checkpoint_flag == CHECKPOINT_WIREDTIGER)
- wts_checkpoints();
if (g.c_checkpoint_flag == CHECKPOINT_ON)
testutil_check(__wt_thread_create(NULL, &checkpoint_tid, checkpoint, NULL));