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 | |
parent | 4d3cccd05f9addc728de291df90a8bb34a5f4c05 (diff) | |
download | mongo-6e18b2fb457b93d6d6d37ea3b8c470aa8dcc8817.tar.gz |
SERVER-6823 Rolling access control upgrade tests require persistence
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/auth/upgrade_noauth_to_keyfile.js | 3 | ||||
-rw-r--r-- | jstests/ssl/upgrade_allowssl_noauth_to_x509_ssl.js | 3 |
2 files changed, 6 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'); diff --git a/jstests/ssl/upgrade_allowssl_noauth_to_x509_ssl.js b/jstests/ssl/upgrade_allowssl_noauth_to_x509_ssl.js index d4047b67173..4932014302f 100644 --- a/jstests/ssl/upgrade_allowssl_noauth_to_x509_ssl.js +++ b/jstests/ssl/upgrade_allowssl_noauth_to_x509_ssl.js @@ -1,5 +1,8 @@ /** * This test checks the upgrade path from noauth/allowSSL to x509/requireSSL + * + * This test requires users to persist across a restart. + * @tags: [requires_persistence] */ load('jstests/ssl/libs/ssl_helpers.js'); |