summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
index f30ba212104..c60e7140bf0 100644
--- a/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks/main.c
@@ -294,8 +294,7 @@ runone(bool config_cache)
"close_handle_minimum=1,close_idle_time=1,close_scan_interval=1)"
", mmap=true"
", session_max=%u"
- ", statistics=(all)"
- ", statistics_log=(json,on_close,wait=1)",
+ ", statistics=(all)",
config_cache ? "true" : "false", workers + 100));
testutil_check(wiredtiger_open(home, NULL, buf, &conn));