summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/mr_correctness.js3
-rw-r--r--jstests/core/mr_scope.js3
-rw-r--r--jstests/core/or4.js3
3 files changed, 9 insertions, 0 deletions
diff --git a/jstests/core/mr_correctness.js b/jstests/core/mr_correctness.js
index 9dc6aaf1c4c..d26bc2cf5f3 100644
--- a/jstests/core/mr_correctness.js
+++ b/jstests/core/mr_correctness.js
@@ -6,6 +6,9 @@
// requires_fastcount,
// requires_getmore,
// uses_map_reduce_with_temp_collections,
+// # Map Reduce before 4.4. does not support outputting to a sharded collection whose shard key is
+// # {_id: "hashed"}.
+// requires_fcv_44,
// ]
(function() {
"use strict";
diff --git a/jstests/core/mr_scope.js b/jstests/core/mr_scope.js
index 017d39b9268..75c8c52ed38 100644
--- a/jstests/core/mr_scope.js
+++ b/jstests/core/mr_scope.js
@@ -4,6 +4,9 @@
// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// uses_map_reduce_with_temp_collections,
+// # Map Reduce before 4.4. does not support outputting to a sharded collection whose shard key is
+// # {_id: "hashed"}.
+// requires_fcv_44,
// ]
(function() {
"use strict";
diff --git a/jstests/core/or4.js b/jstests/core/or4.js
index 8cb5163544a..efc0f941679 100644
--- a/jstests/core/or4.js
+++ b/jstests/core/or4.js
@@ -3,6 +3,9 @@
// requires_fastcount,
// requires_getmore,
// requires_non_retryable_writes,
+// # Map Reduce before 4.4. does not support outputting to a sharded collection whose shard key is
+// # {_id: "hashed"}.
+// requires_fcv_44,
// ]
load("jstests/aggregation/extras/utils.js"); // For resultsEq