summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-4/+6
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-6/+4
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-4/+6
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-1/+1
* SERVER-32344 register DropPendingCollectionReaper before running dbtestsAlexander Paderin2018-01-101-0/+6
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-5/+11
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-1/+0
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-0/+1
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-1/+0
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-0/+19
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+3
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-7/+0
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-2/+2
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-3/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-1/+3
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-2/+0
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-0/+8
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+3
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-191-0/+8
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-0/+1
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-0/+2
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-3/+10
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-211-2/+0
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-1/+1
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+12
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+33
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1
* SERVER-18866 fix dbtests to work with new global replcoordEric Milkie2015-06-121-1/+0
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-2/+3
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-5/+1
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-1/+3
* SERVER-17817 Use the mongod auth manager state manipulator in dbtest, not the...Andy Schwerin2015-04-071-2/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-6/+53
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3