summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-12-21 15:39:14 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-21 05:14:15 +0000
commitbfeab9f4ebc4a6154c432b6b8cc41c6f118370ca (patch)
tree3d5713355b138b8bc07ecc90827dcbad4d8ff552
parent8bc7090e08c7835a6e2efb9592ceb37153709cd8 (diff)
downloadmongo-bfeab9f4ebc4a6154c432b6b8cc41c6f118370ca.tar.gz
Import wiredtiger: eccc369904708f4f076ce279fe65b62dbfad1ad5 from branch mongodb-master
ref: e9069c3e5f..eccc369904 for: 6.3.0-rc0 WT-10291 Only run test format failure configs once
-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 65e1cde22cd..d5ee4337569 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-master",
- "commit": "e9069c3e5fd23c16d16e7f62f8b4d3ac2327d24a"
+ "commit": "eccc369904708f4f076ce279fe65b62dbfad1ad5"
}
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++"