summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2021-05-31 04:56:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-31 05:27:04 +0000
commitcde9e3afd0d631f9303ee6af1c6d40ff929a4107 (patch)
tree1cf1c4456a9e5421aa90cf8c65cfea98002e3feb
parent741104e7ae6ddb25eed8f3e457fa50c314162522 (diff)
downloadmongo-cde9e3afd0d631f9303ee6af1c6d40ff929a4107.tar.gz
Import wiredtiger: ef7649ed057b6bdc5a24c62fa627f3c3088abebc from branch mongodb-5.0
ref: 3fcff33581..ef7649ed05 for: 5.1.0 WT-7545 Limit upgrade/downgrade testing to timestamp transactions at snapshot isolation
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 0b80b019ba6..f3f6294d58d 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.0",
- "commit": "3fcff335811eb8498c55e35009190e28ee8ca676"
+ "commit": "ef7649ed057b6bdc5a24c62fa627f3c3088abebc"
}
diff --git a/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh b/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
index edb43d4ee84..78e5ee2e2e1 100755
--- a/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
+++ b/src/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh
@@ -81,6 +81,8 @@ run_format()
args+="rows=1000000 "
args+="salvage=0 " # Faster runs
args+="timer=4 "
+ args+="transaction.isolation=snapshot "
+ args+="transaction.timestamps=1 "
args+="verify=0 " # Faster runs
for am in $2; do