summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2020-01-17 18:37:41 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:40:40 -0500
commitd0d041cb8422bb29c109ddd102b038423a529c17 (patch)
tree37d8e2e2b6e173b0c3f7f546e08c27941f30070f
parent9122c12d1fa11c23867229c9e5d1076ff060c335 (diff)
downloadmongo-d0d041cb8422bb29c109ddd102b038423a529c17.tar.gz
SERVER-45636 Tag out_drop_temp_collection.js as requiring replication and sharding.
-rw-r--r--jstests/noPassthrough/out_drop_temp_collection.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/noPassthrough/out_drop_temp_collection.js b/jstests/noPassthrough/out_drop_temp_collection.js
index 6e43f62f474..6234f437b00 100644
--- a/jstests/noPassthrough/out_drop_temp_collection.js
+++ b/jstests/noPassthrough/out_drop_temp_collection.js
@@ -1,8 +1,14 @@
/**
* Test that the temp collection created by $out is not dropped even if the database containing it
* is dropped during the operation.
- * @tags: [assumes_unsharded_collection, do_not_wrap_aggregations_in_facets,
- * assumes_read_concern_unchanged]
+ *
+ * @tags: [
+ * assumes_unsharded_collection,
+ * do_not_wrap_aggregations_in_facets,
+ * assumes_read_concern_unchanged,
+ * requires_replication,
+ * requires_sharding,
+ * ]
*/
(function() {