diff options
author | Pierlauro Sciarelli <pierlauro.sciarelli@mongodb.com> | 2021-10-28 10:12:57 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-28 10:34:23 +0000 |
commit | 89334bcd6bf5556e894f1404f6c809dd3d9d8cc0 (patch) | |
tree | 12de9e528b0da4c4b74ac04d23c26a5864f4a390 /jstests/sharding | |
parent | 3c0573092c2c7e900b653a64e3c47f790e952faa (diff) | |
download | mongo-89334bcd6bf5556e894f1404f6c809dd3d9d8cc0.tar.gz |
SERVER-60653 blacklist autosplit_with_balancer and write_cmd_auto_split from multiversion suites
Diffstat (limited to 'jstests/sharding')
-rw-r--r-- | jstests/sharding/autosplit_with_balancer.js | 6 | ||||
-rw-r--r-- | jstests/sharding/write_cmd_auto_split.js | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/jstests/sharding/autosplit_with_balancer.js b/jstests/sharding/autosplit_with_balancer.js index 0372ca09b9a..bda4d08fbfb 100644 --- a/jstests/sharding/autosplit_with_balancer.js +++ b/jstests/sharding/autosplit_with_balancer.js @@ -1,3 +1,9 @@ +/* + * @tags: [ + * requires_fcv_42, # autoSplitVector not present in older v4.0 binaries + * ] + */ + (function() { 'use strict'; diff --git a/jstests/sharding/write_cmd_auto_split.js b/jstests/sharding/write_cmd_auto_split.js index 55796aa1c30..305c253b015 100644 --- a/jstests/sharding/write_cmd_auto_split.js +++ b/jstests/sharding/write_cmd_auto_split.js @@ -1,5 +1,8 @@ /** * Tests the auto split will be triggered when using write commands. + * @tags: [ + * requires_fcv_42, # autoSplitVector not present in older v4.0 binaries + * ] */ (function() { 'use strict'; |