summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test
diff options
context:
space:
mode:
authorChenhao Qu <chenhao.qu@mongodb.com>2021-05-31 04:57:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-31 05:26:04 +0000
commit68c47fff0bbab9977de8c8d40b2b89bee5e4c358 (patch)
tree4b8842c69ff79f5dce86b3cad711418ea6dd78d5 /src/third_party/wiredtiger/test
parentb456efd5356caa5b9c84919287c3e514af2648f6 (diff)
downloadmongo-68c47fff0bbab9977de8c8d40b2b89bee5e4c358.tar.gz
Import wiredtiger: ef7649ed057b6bdc5a24c62fa627f3c3088abebc from branch mongodb-5.0
ref: 3fcff33581..ef7649ed05 for: 5.0.0-rc1 WT-7545 Limit upgrade/downgrade testing to timestamp transactions at snapshot isolation
Diffstat (limited to 'src/third_party/wiredtiger/test')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen/compatibility_test_for_releases.sh2
1 files changed, 2 insertions, 0 deletions
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