summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2020-01-17 22:42:37 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:40:40 -0500
commite9e47bf6fbcce6f09002ad6f701727f4d349d51d (patch)
treeefda06269046b4c0ce70b21d9ad8a5016beb4df8
parent591daef27be9cf5dc35dadd39350cfabdca5404c (diff)
downloadmongo-e9e47bf6fbcce6f09002ad6f701727f4d349d51d.tar.gz
SERVER-45637 Blacklist mapReduce tests that use output mode merge from multiversion suites
-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