summaryrefslogtreecommitdiff
path: root/jstests/auth/rename.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57369 Disable concurrent authenticationSara Golemon2022-02-241-8/+15
|
* SERVER-43469 Remove TODOs listed for SERVER-35447Jack Mulrow2020-04-301-1/+1
|
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-1/+4
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+2
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-6/+10
|
* SERVER-22341 fix jslint errors in jstests/auth with eslint --fixMike Grundy2016-02-051-2/+2
|
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-7/+4
|
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-3/+3
|
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-291-1/+1
| | | | mongod processes through the mongo shell
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-3/+3
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-5/+7
|
* make auth/rename.js test a little cleanerMathias Stearn2011-05-311-5/+6
|
* renameCollection should only require auth on source and dest DBs, not admin ↵Mathias Stearn2011-05-251-0/+39
SERVER-1061 Still technically an admin command and requires running against admin db