summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2019-06-10 14:09:16 -0400
committerAllison Easton <allison.easton@mongodb.com>2019-06-10 16:01:34 -0400
commit45138bb6ba07bd74793814e78c2bf9b277ffff4f (patch)
tree58b9fed139924af4fd0b8e79456ef4ea05d1a3a0 /jstests/core
parentb6ad5c431b8a1272617a3eff58872808afa53e31 (diff)
downloadmongo-45138bb6ba07bd74793814e78c2bf9b277ffff4f.tar.gz
SERVER-41303 Split jscore tests that run mapReduce but do not specifically test mapReduce into two
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/bypass_doc_validation.js2
-rw-r--r--jstests/core/collation.js2
-rw-r--r--jstests/core/commands_namespace_parsing.js2
-rw-r--r--jstests/core/commands_that_do_not_write_do_not_accept_wc.js2
-rw-r--r--jstests/core/constructors.js2
-rw-r--r--jstests/core/expr.js2
-rw-r--r--jstests/core/function_string_representations.js2
-rw-r--r--jstests/core/geo_big_polygon3.js2
-rw-r--r--jstests/core/index_stats.js2
-rw-r--r--jstests/core/opcounters_active.js2
-rw-r--r--jstests/core/or4.js2
-rw-r--r--jstests/core/recursion.js2
-rw-r--r--jstests/core/system_profile.js2
-rw-r--r--jstests/core/temp_cleanup.js2
-rw-r--r--jstests/core/txns/commands_banning_txnnumber_outside_transactions.js2
-rw-r--r--jstests/core/txns/commands_not_allowed_in_txn.js2
-rw-r--r--jstests/core/views/views_all_commands.js2
17 files changed, 0 insertions, 34 deletions
diff --git a/jstests/core/bypass_doc_validation.js b/jstests/core/bypass_doc_validation.js
index 08b101a3c64..7a5f2389b3e 100644
--- a/jstests/core/bypass_doc_validation.js
+++ b/jstests/core/bypass_doc_validation.js
@@ -1,8 +1,6 @@
// TODO SERVER-40402: Remove 'assumes_write_concern_unchanged' tag.
// @tags: [
// assumes_write_concern_unchanged,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// requires_non_retryable_commands,
diff --git a/jstests/core/collation.js b/jstests/core/collation.js
index 6b13cceadfd..64f4a1dcc2d 100644
--- a/jstests/core/collation.js
+++ b/jstests/core/collation.js
@@ -2,8 +2,6 @@
// expected.
// @tags: [
// assumes_no_implicit_collection_creation_after_drop,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_commands,
// requires_non_retryable_writes,
diff --git a/jstests/core/commands_namespace_parsing.js b/jstests/core/commands_namespace_parsing.js
index 59863f52f33..ab9750bfbb5 100644
--- a/jstests/core/commands_namespace_parsing.js
+++ b/jstests/core/commands_namespace_parsing.js
@@ -3,8 +3,6 @@
// the "code" property.
// @tags: [
// assumes_unsharded_collection,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// requires_getmore,
diff --git a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
index 76b6c0c0d1b..17396961a74 100644
--- a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
+++ b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js
@@ -5,8 +5,6 @@
*
* @tags: [
* assumes_write_concern_unchanged,
- * # mapReduce does not support afterClusterTime.
- * does_not_support_causal_consistency,
* does_not_support_stepdowns,
* ]
*/
diff --git a/jstests/core/constructors.js b/jstests/core/constructors.js
index 0fc15cb313f..27b0b7f7406 100644
--- a/jstests/core/constructors.js
+++ b/jstests/core/constructors.js
@@ -1,8 +1,6 @@
// Tests to see what validity checks are done for 10gen specific object construction
//
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_commands,
// ]
diff --git a/jstests/core/expr.js b/jstests/core/expr.js
index 6e7bfa2abb8..f0a463a22fb 100644
--- a/jstests/core/expr.js
+++ b/jstests/core/expr.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_getmore,
// requires_non_retryable_writes,
diff --git a/jstests/core/function_string_representations.js b/jstests/core/function_string_representations.js
index be39e8df894..840038c766f 100644
--- a/jstests/core/function_string_representations.js
+++ b/jstests/core/function_string_representations.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// ]
diff --git a/jstests/core/geo_big_polygon3.js b/jstests/core/geo_big_polygon3.js
index 97dc5386fff..5adae06102e 100644
--- a/jstests/core/geo_big_polygon3.js
+++ b/jstests/core/geo_big_polygon3.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// requires_non_retryable_writes,
diff --git a/jstests/core/index_stats.js b/jstests/core/index_stats.js
index fa5b723cb3d..d815dde1b8d 100644
--- a/jstests/core/index_stats.js
+++ b/jstests/core/index_stats.js
@@ -7,8 +7,6 @@
// # update/delete on a sharded collection must contain an exact match on _id or contain the shard
// # key.
// assumes_unsharded_collection,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_writes,
// ]
diff --git a/jstests/core/opcounters_active.js b/jstests/core/opcounters_active.js
index 25f91b9c41c..9c93adcc719 100644
--- a/jstests/core/opcounters_active.js
+++ b/jstests/core/opcounters_active.js
@@ -1,7 +1,5 @@
// checks that db.serverStatus will not throw errors when metrics tree is not present
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// ]
(function() {
diff --git a/jstests/core/or4.js b/jstests/core/or4.js
index 02cae46c13e..b71f4254c79 100644
--- a/jstests/core/or4.js
+++ b/jstests/core/or4.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// requires_getmore,
diff --git a/jstests/core/recursion.js b/jstests/core/recursion.js
index a7c8c9013f7..6f6e5c906af 100644
--- a/jstests/core/recursion.js
+++ b/jstests/core/recursion.js
@@ -2,8 +2,6 @@
// the past. See SERVER-19614.
//
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_non_retryable_commands,
// ]
diff --git a/jstests/core/system_profile.js b/jstests/core/system_profile.js
index 812007c0334..73e6e2587c5 100644
--- a/jstests/core/system_profile.js
+++ b/jstests/core/system_profile.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_capped,
// requires_collstats,
diff --git a/jstests/core/temp_cleanup.js b/jstests/core/temp_cleanup.js
index 200a82d2d13..36d27979fc8 100644
--- a/jstests/core/temp_cleanup.js
+++ b/jstests/core/temp_cleanup.js
@@ -1,6 +1,4 @@
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// ]
diff --git a/jstests/core/txns/commands_banning_txnnumber_outside_transactions.js b/jstests/core/txns/commands_banning_txnnumber_outside_transactions.js
index f1048698b47..08a8551fb09 100644
--- a/jstests/core/txns/commands_banning_txnnumber_outside_transactions.js
+++ b/jstests/core/txns/commands_banning_txnnumber_outside_transactions.js
@@ -1,7 +1,5 @@
// Test that commands other than retryable writes may not use txnNumber outside transactions.
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// requires_document_locking,
// ]
(function() {
diff --git a/jstests/core/txns/commands_not_allowed_in_txn.js b/jstests/core/txns/commands_not_allowed_in_txn.js
index f23d6bb81c1..d7ae9e51698 100644
--- a/jstests/core/txns/commands_not_allowed_in_txn.js
+++ b/jstests/core/txns/commands_not_allowed_in_txn.js
@@ -1,7 +1,5 @@
// Test commands that are not allowed in multi-document transactions.
// @tags: [
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// uses_snapshot_read_concern,
// uses_transactions,
// ]
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index e172628b843..916728d2c90 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -1,7 +1,5 @@
// @tags: [
// assumes_superuser_permissions,
-// # mapReduce does not support afterClusterTime.
-// does_not_support_causal_consistency,
// does_not_support_stepdowns,
// requires_fastcount,
// requires_getmore,