summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/directoryperdb.js
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2015-11-23 15:19:14 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2015-11-24 13:59:39 -0500
commit9e0f3d63b1f7a23080f0465e2c59a821e1b78971 (patch)
tree1dbd2434c9a967ac870e34b22ab4ec4e1e46aa09 /jstests/noPassthrough/directoryperdb.js
parenteb23ba1f57b17cfbe44896a735ab74a0bdee2f55 (diff)
downloadmongo-9e0f3d63b1f7a23080f0465e2c59a821e1b78971.tar.gz
SERVER-21384 Enable noPassthrough suites for in-memory storage engines
Diffstat (limited to 'jstests/noPassthrough/directoryperdb.js')
-rw-r--r--jstests/noPassthrough/directoryperdb.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/jstests/noPassthrough/directoryperdb.js b/jstests/noPassthrough/directoryperdb.js
index 2421dc23172..feabcb47a07 100644
--- a/jstests/noPassthrough/directoryperdb.js
+++ b/jstests/noPassthrough/directoryperdb.js
@@ -1,3 +1,12 @@
+/**
+ * Tests that a mongod started with --directoryperdb will write data for database x into a direcotry
+ * named x inside the dbpath.
+ *
+ * This test does not make sense for in-memory storage engines, since they will not produce any data
+ * files.
+ * @tags: [requires_persistence]
+ */
+
(function() {
'use strict';