summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c b/src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c
index 13c4833a8c2..64f9270b370 100644
--- a/src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt8246_compact_rts_data_correctness/main.c
@@ -33,7 +33,8 @@
#define NUM_RECORDS 800000
-#define ENV_CONFIG_REC "log=(recover=on,remove=false),statistics=(all)"
+#define ENV_CONFIG_REC \
+ "log=(recover=on,remove=false),statistics=(all),statistics_log=(json,on_close,wait=1)"
/* Constants and variables declaration. */
/*
* You may want to add "verbose=[compact,compact_progress]" to the connection config string to get
@@ -41,7 +42,7 @@
*/
static const char conn_config[] =
"create,cache_size=1GB,timing_stress_for_test=[compact_slow],statistics=(all),statistics_log=("
- "wait=1,json=true,on_close=true)";
+ "json,on_close,wait=1)";
static const char table_config_row[] =
"allocation_size=4KB,leaf_page_max=4KB,key_format=Q,value_format=QQQS";
static const char table_config_col[] =