diff options
author | Jason Chan <jason.chan@mongodb.com> | 2019-10-22 17:59:45 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-22 17:59:45 +0000 |
commit | 8827d2aa820f5331e2f03bffd46c93986f14dce7 (patch) | |
tree | d8273464a7b94edc469ee086ab732d4c777e756f /buildscripts | |
parent | efcd78019be5803b725fbe84c58d8dba3c860123 (diff) | |
download | mongo-8827d2aa820f5331e2f03bffd46c93986f14dce7.tar.gz |
SERVER-42780 Create mixed version sharding test suite
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_multiversion.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml new file mode 100644 index 00000000000..eff347f2ba2 --- /dev/null +++ b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml @@ -0,0 +1,15 @@ +test_kind: js_test + +selector: + roots: + - jstests/sharding/*.js + +executor: + config: + shell_options: + nodb: '' + readMode: commands + global_vars: + TestData: + randomBinVersions: true + mongosBinVersion: 'last-stable' |