summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2015-03-25 19:06:49 -0400
committerAdam Midvidy <amidvidy@gmail.com>2015-03-25 19:06:49 -0400
commit5e7aa5c9efdea28cc82ff8d0ea0e3a76cf5c94f8 (patch)
tree0abe6da15dc5e696e17530fb3e76e86742e9190d /jstests/auth
parent3ee2c5c5c2c4ad0534138d567ccc7b053defff4a (diff)
downloadmongo-5e7aa5c9efdea28cc82ff8d0ea0e3a76cf5c94f8.tar.gz
Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command path"
This reverts commit 5c48ea0d3fd6556eb0ba7686a9da6159f0814d08.
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/lib/commands_lib.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index e4d5fbed16e..c73439d2494 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -1144,22 +1144,6 @@ var authCommandsLib = {
]
},
{
- testname: "fsyncUnlock",
- command: {fsyncUnlock: 1},
- testcases: [
- {
- runOnDb: adminDbName,
- roles: roles_hostManager,
- privileges: [
- { resource: {cluster: true}, actions: ["fsync"] }
- ],
- expectFail: true
- },
- { runOnDb: firstDbName, roles: {} },
- { runOnDb: secondDbName, roles: {} }
- ]
- },
- {
testname: "geoNear",
command: {geoNear: "x", near: [50, 50], num: 1},
setup: function (db) {