summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorKim Tao <kimberly.tao@mongodb.com>2018-12-12 17:37:12 -0500
committerKim Tao <kimberly.tao@mongodb.com>2019-01-10 10:50:35 -0500
commit47262867106c18aec3bc385dc13a5b0e90f33e7f (patch)
tree4b1f94b68fd17e0c63aaa8a471e668739cfec76c /jstests/auth
parent9fd676fd83639f5ab55f733cd63ff2f8e57baa84 (diff)
downloadmongo-47262867106c18aec3bc385dc13a5b0e90f33e7f.tar.gz
SERVER-33226: remove getPrevError() command
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/lib/commands_lib.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 3c2b9e6aec1..2f4f3a6ee8b 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -4267,15 +4267,6 @@ var authCommandsLib = {
]
},
{
- testname: "getPrevError",
- command: {getPrevError: 1},
- skipSharded: true,
- testcases: [
- {runOnDb: firstDbName, roles: roles_all, privileges: []},
- {runOnDb: secondDbName, roles: roles_all, privileges: []}
- ]
- },
- {
testname: "getShardMap",
command: {getShardMap: "x"},
testcases: [