summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/wts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/format/wts.c')
-rw-r--r--src/third_party/wiredtiger/test/format/wts.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/third_party/wiredtiger/test/format/wts.c b/src/third_party/wiredtiger/test/format/wts.c
index dd87adeae56..30b910435d4 100644
--- a/src/third_party/wiredtiger/test/format/wts.c
+++ b/src/third_party/wiredtiger/test/format/wts.c
@@ -262,6 +262,8 @@ wts_open(const char *home, bool set_api, WT_CONNECTION **connp)
CONFIG_APPEND(p, ",split_6");
if (g.c_timing_stress_split_7)
CONFIG_APPEND(p, ",split_7");
+ if (g.c_timing_stress_split_8)
+ CONFIG_APPEND(p, ",split_8");
CONFIG_APPEND(p, "]");
/* Extensions. */
@@ -540,7 +542,6 @@ wts_verify(const char *tag)
WT_CONNECTION *conn;
WT_DECL_RET;
WT_SESSION *session;
- char config_buf[64];
if (g.c_verify == 0)
return;
@@ -553,17 +554,6 @@ wts_verify(const char *tag)
(void)g.wt_api->msg_printf(g.wt_api, session,
"=============== verify start ===============");
- if (g.c_txn_timestamps && g.timestamp > 0) {
- /*
- * Bump the oldest timestamp, otherwise recent operations can
- * prevent verify from running.
- */
- testutil_check(__wt_snprintf(
- config_buf, sizeof(config_buf),
- "oldest_timestamp=%" PRIx64, g.timestamp));
- testutil_check(conn->set_timestamp(conn, config_buf));
- }
-
/*
* Verify can return EBUSY if the handle isn't available. Don't yield
* and retry, in the case of LSM, the handle may not be available for