summaryrefslogtreecommitdiff
path: root/src/mongo/shell/servers_misc.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-08-231-1/+2
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-24/+24
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-1/+1
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-011-2/+19
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-7/+1
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-105/+0
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2017-10-031-5/+15
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-2/+1
* SERVER-27844 increase timeout in repl/block2.jsBenety Goh2017-01-271-0/+1
* SERVER-22348 propagate binary paths from resmoke to MongoRunnerRobert Guo2017-01-101-1/+2
* SERVER-23742 use dialTimeout with supported tools versionsGabriel Russell2016-06-021-1/+9
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-1/+1
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-47/+1
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-103/+107
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-25/+25
* SERVER-18755 Change startParallelShell function invocation - remove random nameJonathan Abrahams2015-12-111-2/+1
* SERVER-18271 Add TestData options to configure range of ports used in testsCharlie Swanson2015-09-091-4/+10
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-9/+30
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-5/+19
* SERVER-18201 Make sure js code is the last argument to mongo shell in startPa...Spencer T Brody2015-04-241-12/+12
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-64/+9
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-061-29/+1
* SERVER-17554 Remove support for building with journaling off by defaultJonathan Reams2015-04-011-1/+1
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-241-1/+29
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-241-29/+1
* SERVER-16792: fix smoke.py --small-oplog-rs so it worksScott Hernandez2015-02-031-7/+0
* SERVER-16443 upgrade/downgrade master/slave testingmatt dannenberg2014-12-051-1/+1
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-1/+8
* SERVER-16003 Make it possible to get the return code from startParallelShellSpencer T Brody2014-11-121-1/+1
* rewrite fastsync jstest, and slow down resync_with_write_loadScott Hernandez2014-09-121-0/+11
* SERVER-14516 Brand new testing certificatesStuart Larsen2014-07-261-2/+0
* Make connections_opened.js test retry any connections that fail to connectSpencer T Brody2014-04-291-2/+4
* SERVER-10848 Speed up auth passthrough tests by using the internal user inste...Spencer T Brody2014-02-031-3/+0
* allow port to be set by caller in startParallelShellDan Pasette2014-01-311-3/+3
* improve compatibility of startParallelShell and replsetsMatt Dannenberg2014-01-301-4/+9
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-141-1/+1
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-0/+2
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mon...Benety Goh2013-10-291-2/+2
* SERVER-7455 Improvements to the use-x509 and use-ssl passthroughsAndreas Nilsson2013-10-111-7/+13
* SERVER-8864 SSL mixed mode cmd line parametersAndreas Nilsson2013-10-091-1/+2
* SERVER-7455 x.509 cluster auth tests and expanded use-ssl passthroughAndreas Nilsson2013-09-301-2/+22
* Auth passthrough tests no longer require setting initial database to admin wh...Spencer T Brody2013-05-101-2/+1
* Only try to add auth to master/slave tests when running the test in auth mode...Spencer T Brody2013-01-181-3/+5
* SERVER-4237 SERVER-8191 Enable master/slave replication tests to run with authSpencer T Brody2013-01-171-4/+10
* SERVER-7160 Full mongorestore with auth should auth only against the admin dbSpencer T Brody2012-09-261-3/+13
* SERVER-7040 Fix startParallelShell to work when not being run in smoke.pySpencer T Brody2012-09-141-4/+5
* SERVER-4237 Only set db in spawned shell process if db is currently definedSpencer T Brody2012-09-101-1/+2
* Put '+' line continuation on previous line to avoid javascript line terminati...Spencer T Brody2012-09-101-3/+3
* Make tests that use startParallelShell work with auth. SERVER-4237Spencer T Brody2012-09-101-2/+5
* Break servers.js into several filesTad Marshall2012-04-121-0/+284