summaryrefslogtreecommitdiff
path: root/jstests/auth/server-4892.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-35/+33
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-40/+43
|
* SERVER-21384 Enable all suites on ephemeral storage enginesCharlie Swanson2015-12-091-1/+4
|
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-12/+11
|
* SERVER-19572 enable --readMode commands for auth suitesDavid Storch2015-08-211-1/+1
|
* SERVER-16398 Remove support for "cursorInfo" commandQingyang Chen2015-08-051-1/+1
|
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-1/+1
|
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-261-2/+1
|
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-2/+2
|
* 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-2/+2
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-2/+4
|
* SERVER-4892 fix CRLF line endingsTad Marshall2012-02-221-2/+2
|
* SERVER-4892 fix test so Windows version doesn't assertunknown2012-02-221-2/+2
| | | | | Fix from Andy ... remove assert around stopMongod( port ) at end of test in jstests/auth/server-4892.js .
* Fix server-4892 regression test to work with v8.Andy Schwerin2012-02-211-1/+1
| | | | | The test previously relied upon non-standard behavior in the SpiderMonkey javascript engine.
* Regression test for SERVER-4892.Andy Schwerin2012-02-211-0/+83