diff options
Diffstat (limited to 'jstests/noPassthrough/directoryperdb.js')
-rw-r--r-- | jstests/noPassthrough/directoryperdb.js | 9 |
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'; |