diff options
author | Daniel Gottlieb <daniel.gottlieb@10gen.com> | 2017-02-08 13:55:59 -0500 |
---|---|---|
committer | Daniel Gottlieb <daniel.gottlieb@10gen.com> | 2017-02-08 13:55:59 -0500 |
commit | 24c073e764e6d0ee199c1748be19898f798aeb15 (patch) | |
tree | 7234c13560fc8c52955d83dae92f9d1723791a61 /jstests/disk/datafile_options.js | |
parent | f257e51df267110a14b489fbfbfbe07896096ad1 (diff) | |
download | mongo-24c073e764e6d0ee199c1748be19898f798aeb15.tar.gz |
SERVER-15749: Tag disk jstests that are mmap only. Run a disk_WT suite on those not filtered by the tag.
Diffstat (limited to 'jstests/disk/datafile_options.js')
-rw-r--r-- | jstests/disk/datafile_options.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/disk/datafile_options.js b/jstests/disk/datafile_options.js index d495e61cff2..13d8a359693 100644 --- a/jstests/disk/datafile_options.js +++ b/jstests/disk/datafile_options.js @@ -1,3 +1,6 @@ +// This test fiddles with preallocation, an mmap only behavior. +// @tags: [requires_mmapv1] + var baseName = "jstests_disk_datafile_options"; load('jstests/libs/command_line/test_parsed_options.js'); @@ -32,5 +35,3 @@ expectedResult = { }; testGetCmdLineOptsMongod({config: "jstests/libs/config_files/disable_noprealloc.ini"}, expectedResult); - -print(baseName + " succeeded."); |