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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/test/format/wts.c b/src/third_party/wiredtiger/test/format/wts.c
index 5034cb2c4c3..1c4325aac91 100644
--- a/src/third_party/wiredtiger/test/format/wts.c
+++ b/src/third_party/wiredtiger/test/format/wts.c
@@ -540,12 +540,6 @@ wts_verify(TABLE *table, void *arg)
* LSM, the handle may not be available for a long time.
*/
testutil_check(conn->open_session(conn, NULL, NULL, &session));
- /*
- * Do a full checkpoint to reduce the possibility of returning EBUSY from the following verify
- * call.
- */
- ret = session->checkpoint(session, NULL);
- testutil_assert(ret == 0 || ret == EBUSY);
session->app_private = table->track_prefix;
ret = session->verify(session, table->uri, "strict");
testutil_assert(ret == 0 || ret == EBUSY);