diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-23 15:19:14 -0500 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2015-11-24 13:59:39 -0500 |
commit | 9e0f3d63b1f7a23080f0465e2c59a821e1b78971 (patch) | |
tree | 1dbd2434c9a967ac870e34b22ab4ec4e1e46aa09 /jstests/noPassthrough/lock_stats.js | |
parent | eb23ba1f57b17cfbe44896a735ab74a0bdee2f55 (diff) | |
download | mongo-9e0f3d63b1f7a23080f0465e2c59a821e1b78971.tar.gz |
SERVER-21384 Enable noPassthrough suites for in-memory storage engines
Diffstat (limited to 'jstests/noPassthrough/lock_stats.js')
-rw-r--r-- | jstests/noPassthrough/lock_stats.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthrough/lock_stats.js b/jstests/noPassthrough/lock_stats.js index 2a61bd02eb5..2445b333435 100644 --- a/jstests/noPassthrough/lock_stats.js +++ b/jstests/noPassthrough/lock_stats.js @@ -1,4 +1,7 @@ -// SERVER-21305: reported lock times are way too high +// SERVER-21305: reported lock times are way too high. +// +// This test uses the fsync command to induce locking. +// @tags: [requires_fsync] (function() { 'use strict'; |