summaryrefslogtreecommitdiff
path: root/jstests/core/set_param1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-30057 Remove clusterTime from core/set_param1.js testMisha Tyulenev2017-08-141-0/+2
|
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-221-0/+4
|
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-0/+27
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+4
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-90/+82
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-8/+8
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-16209 jstest fixesMatt Kangas2014-11-181-10/+10
|
* SERVER-15486 jstest fixMatt Kangas2014-10-161-31/+81
|
* SERVER-15045 extend logComponentVerbosity to support less verbose BSON ↵Benety Goh2014-08-281-0/+13
| | | | format for log component severity
* SERVER-5092 removed logLevel_* server parameters. these have been replaced ↵Benety Goh2014-07-151-48/+0
| | | | by a single server parameter logComponentVerbosity
* SERVER-14416 added server parameter logComponentVerbosity.Benety Goh2014-07-151-0/+52
| | | | This supports the use of BSON objects in querying/updating the log component hierarchy.
* SERVER-5092 added server parameters for tag log levelsBenety Goh2014-06-271-0/+50
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+9
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>