summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2020-01-10 18:23:06 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:38:03 -0500
commitc3d172c56c742033381fde914234dcae1cdb175f (patch)
treeafc42ddc4ce443646cb15acd06cfd1bbf4cea780 /jstests
parentf0896626cfb7eb32cdcec322c24706293eed865e (diff)
downloadmongo-c3d172c56c742033381fde914234dcae1cdb175f.tar.gz
SERVER-45487 Add requires_fcv_44 tag to migration_coordinator_basic.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/migration_coordinator_basic.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/migration_coordinator_basic.js b/jstests/sharding/migration_coordinator_basic.js
index c459e5aa163..e81fd5ed138 100644
--- a/jstests/sharding/migration_coordinator_basic.js
+++ b/jstests/sharding/migration_coordinator_basic.js
@@ -3,6 +3,9 @@
* own and the recipient's config.rangeDeletions, and informs itself and the recipient of the
* migration's outcome by updating or deleting its own and the recipient's config.rangeDeletions
* entries for the migration.
+ *
+ * This test expects migrations to use the FCV 4.4 protocol.
+ * @tags: [requires_fcv_44]
*/
(function() {