diff options
author | Shane Harvey <shane.harvey@mongodb.com> | 2016-04-14 15:09:22 -0400 |
---|---|---|
committer | Shane Harvey <shane.harvey@mongodb.com> | 2016-04-14 17:48:11 -0400 |
commit | 6e18b2fb457b93d6d6d37ea3b8c470aa8dcc8817 (patch) | |
tree | ef42e6da56aad1ed8eaec61a8facbb55e34fa947 /jstests/auth | |
parent | 4d3cccd05f9addc728de291df90a8bb34a5f4c05 (diff) | |
download | mongo-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.js | 3 |
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'); |