summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorShane Harvey <shane.harvey@mongodb.com>2016-04-14 15:09:22 -0400
committerShane Harvey <shane.harvey@mongodb.com>2016-04-14 17:48:11 -0400
commit6e18b2fb457b93d6d6d37ea3b8c470aa8dcc8817 (patch)
treeef42e6da56aad1ed8eaec61a8facbb55e34fa947 /jstests/auth
parent4d3cccd05f9addc728de291df90a8bb34a5f4c05 (diff)
downloadmongo-6e18b2fb457b93d6d6d37ea3b8c470aa8dcc8817.tar.gz
SERVER-6823 Rolling access control upgrade tests require persistence
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/upgrade_noauth_to_keyfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/auth/upgrade_noauth_to_keyfile.js b/jstests/auth/upgrade_noauth_to_keyfile.js
index 2e22ad797e6..780acc9e6a6 100644
--- a/jstests/auth/upgrade_noauth_to_keyfile.js
+++ b/jstests/auth/upgrade_noauth_to_keyfile.js
@@ -1,5 +1,8 @@
/**
* This test checks the upgrade path from noauth to keyFile.
+ *
+ * This test requires users to persist across a restart.
+ * @tags: [requires_persistence]
*/
load('jstests/multiVersion/libs/multi_rs.js');