summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/out_drop_temp_collection.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/out_drop_temp_collection.js')
-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() {