summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2017-11-25 09:39:46 -0500
committerXiangyu Yao <xiangyu.yao@mongodb.com>2017-12-07 19:05:41 -0500
commita75ff14a9646cf8f7d2959aff59d62b7f87c8906 (patch)
tree05226fd81e85243f048fd7a206d7ab9eab5184a8
parentd87b7870eb13068f354438f2054f8bf126912f29 (diff)
downloadmongo-a75ff14a9646cf8f7d2959aff59d62b7f87c8906.tar.gz
SERVER-31791 Tag JS test with requires_persistence.
The initiate_replset_on_downgraded_standalone_node.js test restarts a stand-alone mongod as a replica set member and therefore shouldn't be run against the ephemeralForTest or inMemory storage engines. (cherry picked from commit 3d220241064ca7a305b5ab60d72dc2ed4307d545)
-rw-r--r--jstests/replsets/initiate_replset_on_downgraded_standalone_node.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/initiate_replset_on_downgraded_standalone_node.js b/jstests/replsets/initiate_replset_on_downgraded_standalone_node.js
index ab093f202af..9593c69c1cf 100644
--- a/jstests/replsets/initiate_replset_on_downgraded_standalone_node.js
+++ b/jstests/replsets/initiate_replset_on_downgraded_standalone_node.js
@@ -1,6 +1,8 @@
/**
* Restarting a downgraded standalone node as a replset node
* shouldn't assign UUID for collections.
+ *
+ * @tags: [requires_persistence]
*/
(function() {
"use strict";