summaryrefslogtreecommitdiff
path: root/jstests/auth/mr_auth.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2015-11-16 17:43:22 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2015-12-09 12:20:02 -0500
commit8c67bb9322f351cd54fa9a80de7c33d3c4fdfdc8 (patch)
tree6440f151d2ba327517b86f089f5e053dd33cb365 /jstests/auth/mr_auth.js
parent13270a048515916324c5f44958c225550d5c4dc9 (diff)
downloadmongo-8c67bb9322f351cd54fa9a80de7c33d3c4fdfdc8.tar.gz
SERVER-21384 Enable all suites on ephemeral storage engines
Diffstat (limited to 'jstests/auth/mr_auth.js')
-rw-r--r--jstests/auth/mr_auth.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/auth/mr_auth.js b/jstests/auth/mr_auth.js
index 8fc556db101..6ef85be9b7b 100644
--- a/jstests/auth/mr_auth.js
+++ b/jstests/auth/mr_auth.js
@@ -1,4 +1,7 @@
// MapReduce executed by a read-only user when --auth enabled should only be able to use inline mode. Other modes require writing to an output collection which is not allowed. SERVER-3345
+//
+// This test requires users to persist across a restart.
+// @tags: [requires_persistence]
baseName = "jstests_mr_auth";
dbName = "test";