From d90e9a13a515a2c408b58ed0fad60a327ac7d3b7 Mon Sep 17 00:00:00 2001 From: Dan Pasette Date: Thu, 21 Sep 2017 11:58:18 -0400 Subject: Revert "Revert "SERVER-21677 Remove "diaglog" support from the server"" This reverts commit 0e3c8a96af7f9ddd6d5a059c92f6303eba1d0b32. Fixed up rpm scripts to exclude mongosniff --- jstests/auth/lib/commands_lib.js | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'jstests/auth') diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js index 077ed4fe388..90b8d1051f8 100644 --- a/jstests/auth/lib/commands_lib.js +++ b/jstests/auth/lib/commands_lib.js @@ -2245,20 +2245,6 @@ var authCommandsLib = { } ] }, - { - testname: "diagLogging", - command: {diagLogging: 1}, - skipSharded: true, - testcases: [ - { - runOnDb: adminDbName, - roles: roles_hostManager, - privileges: [{resource: {cluster: true}, actions: ["diagLogging"]}] - }, - {runOnDb: firstDbName, roles: {}}, - {runOnDb: secondDbName, roles: {}} - ] - }, { testname: "distinct", command: {distinct: "coll", key: "a", query: {}}, -- cgit v1.2.1