summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2017-07-14 20:05:41 -0400
committerBenety Goh <benety@mongodb.com>2017-07-14 20:05:41 -0400
commit8ba14678a827a0b70b2897d7e184b88ec1db1961 (patch)
tree24fc7ad23f33f1641d15cd57cd443ef77d5ce664 /jstests
parenta60584f740abc3d5ca07a47b58b693cf73613068 (diff)
downloadmongo-8ba14678a827a0b70b2897d7e184b88ec1db1961.tar.gz
SERVER-30082 exclude FCV restart test for two phase drops from non-persistent storage engine tests
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/drop_collections_two_phase_feature_compatibility_version.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthrough/drop_collections_two_phase_feature_compatibility_version.js b/jstests/noPassthrough/drop_collections_two_phase_feature_compatibility_version.js
index f9517723d4a..d131e484db9 100644
--- a/jstests/noPassthrough/drop_collections_two_phase_feature_compatibility_version.js
+++ b/jstests/noPassthrough/drop_collections_two_phase_feature_compatibility_version.js
@@ -1,6 +1,10 @@
/**
* Test to ensure that drop pending collections are not dropped upon clean shutdown under FCV 3.4
* and FCV 3.6.
+ *
+ * This test does not work with non-persistent storage engines because it checks for the presence of
+ * drop-pending collections across server restarts.
+ * @tags: [requires_persistence]
*/
(function() {