summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.come>2016-02-26 15:32:38 -0500
committerEsha Maharishi <esha.maharishi@mongodb.come>2016-02-26 15:32:41 -0500
commit88c5366ba2dce90c2953d7bf3b38775af8f0c380 (patch)
tree0c8cbeae501b2eac6b6ea92456702a4c77674e00
parentfd793e4d3fa645e7c4632ff385eff272ddf75d2d (diff)
downloadmongo-88c5366ba2dce90c2953d7bf3b38775af8f0c380.tar.gz
SERVER-22880 add requires_persistence tag to csrs_upgrade_mongod_using_movechunk.js
-rw-r--r--jstests/sharding/csrs_upgrade_mongod_using_movechunk.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/csrs_upgrade_mongod_using_movechunk.js b/jstests/sharding/csrs_upgrade_mongod_using_movechunk.js
index c999b528604..dc5d354d214 100644
--- a/jstests/sharding/csrs_upgrade_mongod_using_movechunk.js
+++ b/jstests/sharding/csrs_upgrade_mongod_using_movechunk.js
@@ -3,6 +3,9 @@
* but uses an SCCC connection string for the config servers even though
* the config servers are actually in CSRS mode, to force the mongod to
* perform the in-memory upgrade process from SCCC mode to CSRS mode.
+ *
+ * This test restarts nodes and expects the collection metadata to still be present.
+ * @tags: [requires_persistence]
*/
var st;