diff options
Diffstat (limited to 'jstests/replsets/rollback_dropdb.js')
-rw-r--r-- | jstests/replsets/rollback_dropdb.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jstests/replsets/rollback_dropdb.js b/jstests/replsets/rollback_dropdb.js index eddab44e87c..368dbb6ee95 100644 --- a/jstests/replsets/rollback_dropdb.js +++ b/jstests/replsets/rollback_dropdb.js @@ -1,4 +1,11 @@ // test that a rollback of dropdatabase will cause the node to go into a FATAL state +// +// If all data-bearing nodes in a replica set are using an ephemeral storage engine, the set will +// not be able to survive a scenario where all data-bearing nodes are down simultaneously. In such a +// scenario, none of the members will have any data, and upon restart will each look for a member to +// inital sync from, so no primary will be elected. This test induces such a scenario, so cannot be +// run on ephemeral storage engines. +// @tags: [requires_persistence] // set up a set and grab things for later var name = "rollback_dropdb"; |