diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-19 14:01:59 -0500 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-19 14:19:12 -0500 |
commit | 047f82cdba8d515743fd451b773740276337d01f (patch) | |
tree | 1ff8a39b3455d762c4eecc15b428cea930220a2a /jstests/replsets/auth1.js | |
parent | 078ca783b7aa817a8f1a9629f495ccb414d189f3 (diff) | |
download | mongo-047f82cdba8d515743fd451b773740276337d01f.tar.gz |
SERVER-21384 Enable replica set suites for in-memory storage engines
Diffstat (limited to 'jstests/replsets/auth1.js')
-rw-r--r-- | jstests/replsets/auth1.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/auth1.js b/jstests/replsets/auth1.js index 1c254fbf7bd..939b1d90e22 100644 --- a/jstests/replsets/auth1.js +++ b/jstests/replsets/auth1.js @@ -1,4 +1,7 @@ // check replica set authentication +// +// This test requires users to persist across a restart. +// @tags: [requires_persistence] load("jstests/replsets/rslib.js"); |