summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4333_handle_locks
diff options
context:
space:
mode:
authorClarisse Cheah <clarisse.cheah@mongodb.com>2022-10-16 23:44:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 00:18:57 +0000
commit31547026b14608a2a3608be29f8d344ccb844933 (patch)
treecc205de4776839825fe605a9e06d9b36d36fa55f /src/third_party/wiredtiger/test/csuite/wt4333_handle_locks
parent8643f97119f04652af23625262a028a4dac82525 (diff)
downloadmongo-31547026b14608a2a3608be29f8d344ccb844933.tar.gz
Import wiredtiger: 2426972d3aac50b2c94ef25a90af3d2d1021360a from branch mongodb-master
ref: eb9ed56c4f..2426972d3a for: 6.2.0-rc0 Revert "WT-9975 Log stats for c and format tests (#8359)" (#8373)
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4333_handle_locks')
-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));