summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c b/src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c
index e52e4c25fcc..79716d00090 100644
--- a/src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt8057_compact_stress/main.c
@@ -48,7 +48,8 @@ static uint64_t compact_event;
* You may want to add "verbose=[compact,compact_progress]" to the connection config string to get
* better view on what is happening.
*/
-static const char conn_config[] = "create,cache_size=2GB,statistics=(all)";
+static const char conn_config[] =
+ "create,cache_size=2GB,statistics=(all),statistics_log=(json,on_close,wait=1)";
static const char table_config_row[] =
"allocation_size=4KB,leaf_page_max=4KB,key_format=Q,value_format=" WT_UNCHECKED_STRING(QS);
static const char table_config_col[] =