summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2023-01-05 12:51:03 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-05 02:26:30 +0000
commit3be91144726151ab37e87add8bea73643e40e2d5 (patch)
treec12bf441a9503e810047253d2a2c4fdb7775fecb /src
parent465b6878c273218fe305efa9066cc4db2aaf8f87 (diff)
downloadmongo-3be91144726151ab37e87add8bea73643e40e2d5.tar.gz
Import wiredtiger: 6f2040328bf9d20a0c01544394bc9d42d09c09b6 from branch mongodb-6.2
ref: 9a33bcf39f..6f2040328b for: 6.2.0-rc5 WT-10291 Only run test format failure configs once
Diffstat (limited to 'src')
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/run_format_configs.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index adbc57cfc21..08d5fb8d166 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-6.2",
- "commit": "9a33bcf39fe9ce430729ad16865b149838fbff07"
+ "commit": "6f2040328bf9d20a0c01544394bc9d42d09c09b6"
}
diff --git a/src/third_party/wiredtiger/test/evergreen/run_format_configs.sh b/src/third_party/wiredtiger/test/evergreen/run_format_configs.sh
index 6f2590018bc..e288555908c 100755
--- a/src/third_party/wiredtiger/test/evergreen/run_format_configs.sh
+++ b/src/third_party/wiredtiger/test/evergreen/run_format_configs.sh
@@ -26,7 +26,7 @@ failure=0
for config in $(find ../../../test/format/failure_configs/ -name "CONFIG.*" | sort)
do
echo -e "\nTesting CONFIG $config ...\n"
- if (./t -c $config -h WT_TEST); then
+ if (./t -1 -c $config -h WT_TEST); then
let "success++"
else
let "failure++"