summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2020-01-09 23:02:39 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:38:02 -0500
commit0b50795fa7d7b57d90b8df0e333562b88c9f0b3c (patch)
treeb85695c74eebc406af5f34b058ba597301eb06ad /jstests
parente1fe9cf857d4a23d502cb00b1158871040e8d0bc (diff)
downloadmongo-0b50795fa7d7b57d90b8df0e333562b88c9f0b3c.tar.gz
SERVER-45459 Add requires_fcv_44 tag to mr_output_options.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/mr_output_options.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/mr_output_options.js b/jstests/sharding/mr_output_options.js
index 46f86578550..0581ce6b124 100644
--- a/jstests/sharding/mr_output_options.js
+++ b/jstests/sharding/mr_output_options.js
@@ -1,5 +1,8 @@
// Tests that the mapReduce command works correctly under all combinations of the input and output
// collections being sharded or unsharded.
+// Map Reduce before 4.4. does not support outputting to a sharded collection whose shard key is
+// {_id: "hashed"}.
+// @tags: [requires_fcv_44]
(function() {
"use strict";