diff options
author | Charlie Swanson <cswanson310@gmail.com> | 2016-12-07 08:33:46 -0500 |
---|---|---|
committer | Charlie Swanson <cswanson310@gmail.com> | 2016-12-07 12:07:20 -0500 |
commit | 0bca5d9fc70fe4178441eaf097324e6da814410a (patch) | |
tree | b1ebad6bf389c54e5fdc9c7c6595b2dfefe7cee7 /jstests/core/fsync.js | |
parent | d5024d5e0ca6cbb883a4ec65c5c76614bbdbbd53 (diff) | |
download | mongo-0bca5d9fc70fe4178441eaf097324e6da814410a.tar.gz |
SERVER-27042 Stabilize currentop.js and add unit tests for lock state reporting
Diffstat (limited to 'jstests/core/fsync.js')
-rw-r--r-- | jstests/core/fsync.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/fsync.js b/jstests/core/fsync.js index 9f622867ee1..13ff20e4177 100644 --- a/jstests/core/fsync.js +++ b/jstests/core/fsync.js @@ -89,7 +89,7 @@ assert(fsyncPseudoCommandRes.ok, "fsyncUnlock pseudo-command failed"); assert(db.currentOp().fsyncLock == null, "fsyncUnlock is not null in db.currentOp"); - // Make sure that insert attempts made during multiple fsynLock requests will not execute until + // Make sure that insert attempts made during multiple fsyncLock requests will not execute until // all locks have been released. fsyncLockRes = db.fsyncLock(); assert.commandWorked(fsyncLockRes); |