summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36083 Added evergreen variant with enableMajorityReadConcern set to fa...Suganthi Mani2018-08-092-9/+32
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-06-011-6/+6
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-05-231-68/+0
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-151-2/+4
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2018-01-032-5/+6
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-25/+18
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-202-2/+3
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-151-3/+16
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-5/+11
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-072-57/+79
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2017-11-011-5/+7
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-312-16/+12
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-2/+2
* 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
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-2910-55/+73
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-0/+1
* SERVER-31260: Adorn secondary upserts with timestamps.Daniel Gottlieb2017-09-281-39/+273
* SERVER-31088: Adorn secondary deletes with timestamps.Daniel Gottlieb2017-09-281-0/+68
* SERVER-31087: Adorn secondary updates with timestamps.Daniel Gottlieb2017-09-281-0/+81
* 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-253-4/+328
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-251-1/+1
* Revert "SERVER-31174 Move the sessions collection to config.system.sessions"Ian Whalen2017-09-221-1/+1
* SERVER-31174 Move the sessions collection to config.system.sessionssamantharitter2017-09-221-1/+1
* SERVER-28336 endSessions commandGabriel Russell2017-09-211-7/+10
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-132-17/+14
* SERVER-30831 Log dropped writes at a limited rate when dbCheck health log buf...Louis Williams2017-09-111-6/+16
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-9/+0
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-312-7/+73
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+44
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-3/+4
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-286-1149/+1408
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-2515-117/+69
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-4/+5
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-10/+13
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-4/+24
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-1611-27/+30
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-162-2/+2
* SERVER-30580 No more status locationsMathias Stearn2017-08-163-27/+25
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-1/+1
* SERVER-30584 Always send legal refresh batch sizessamantharitter2017-08-101-2/+6
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-51/+0
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-2/+6
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0912-0/+12
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+9
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-68/+229
* SERVER-30378 Add DeferredWriter.Ian Kuehne2017-08-082-0/+378