summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-12-21 17:29:07 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-21 07:28:22 +0000
commit82379d0d2584c96a7042be4b4cab73abb1fdac85 (patch)
treef1278f2c721967e6bbad52c5dbfac8c9dfe152e9
parent6789f447e7d5ec29f75387e408ddaf76ac6a8268 (diff)
downloadmongo-82379d0d2584c96a7042be4b4cab73abb1fdac85.tar.gz
Import wiredtiger: 1ac6c119846cfdf77c1496541af50f9c3caef22f from branch mongodb-5.2
ref: 8e539b739f..1ac6c11984 for: 5.2.0-rc2 WT-8576 Enable logging in test checkpoint
-rw-r--r--src/third_party/wiredtiger/import.data2
-rw-r--r--src/third_party/wiredtiger/test/checkpoint/test_checkpoint.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 6151fa2e903..04c53c67089 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-5.2",
- "commit": "8e539b739fc7f34a56796c7c36bd55d12c439221"
+ "commit": "1ac6c119846cfdf77c1496541af50f9c3caef22f"
}
diff --git a/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.c b/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.c
index 7fca84e7291..5642dba5a78 100644
--- a/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.c
+++ b/src/third_party/wiredtiger/test/checkpoint/test_checkpoint.c
@@ -288,8 +288,8 @@ wt_connect(const char *config_open)
config_open == NULL ? "" : ",", config_open == NULL ? "" : config_open));
else {
testutil_check(__wt_snprintf(config, sizeof(config),
- "create,cache_cursors=false,statistics=(fast),statistics_log=(json,wait=1),error_prefix="
- "\"%s\"%s%s%s%s",
+ "create,cache_cursors=false,statistics=(fast),statistics_log=(json,wait=1),log=(enabled),"
+ "error_prefix=\"%s\"%s%s%s%s",
progname, g.debug_mode ? DEBUG_MODE_CFG : "", config_open == NULL ? "" : ",",
config_open == NULL ? "" : config_open, timing_stress ? timing_stress_cofing : ""));
}