summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-10-28 10:12:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-28 10:34:23 +0000
commit89334bcd6bf5556e894f1404f6c809dd3d9d8cc0 (patch)
tree12de9e528b0da4c4b74ac04d23c26a5864f4a390
parent3c0573092c2c7e900b653a64e3c47f790e952faa (diff)
downloadmongo-89334bcd6bf5556e894f1404f6c809dd3d9d8cc0.tar.gz
SERVER-60653 blacklist autosplit_with_balancer and write_cmd_auto_split from multiversion suites
-rw-r--r--jstests/sharding/autosplit_with_balancer.js6
-rw-r--r--jstests/sharding/write_cmd_auto_split.js3
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';