SERVER-121041 Callers of stopMongod incorrectly passing opts as signal argument (#49232)
GitOrigin-RevId: 0f276f7b4d77914dee84ef4df74526d14259a334
This commit is contained in:
parent
f31ff22641
commit
92a72d5e58
@ -117,4 +117,4 @@ assert.eq(ErrorCodes.IllegalOperation, res.code);
|
||||
|
||||
// At this point, all the user documents are gone, so further activity may be unauthorized,
|
||||
// depending on cluster configuration. So, this is the end of the test.
|
||||
MongoRunner.stopMongod(conn, {user: "userAdmin", pwd: "password"});
|
||||
MongoRunner.stopMongod(conn, null, {user: "userAdmin", pwd: "password"});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user