summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-051-8/+11
* SERVER-45367 Log open cursors for a namespace when submitting tasks to the ra...Matthew Saltz2020-05-111-0/+39
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2020-01-281-1/+1
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-201-2/+3
* SERVER-44188 validate_tests should remove index entries by RecordId obtained ...Gregory Wlodarek2019-10-241-2/+2
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-221-0/+122
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-08-052-2/+4
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-06-251-1/+2
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-05-031-0/+278
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-11-201-0/+54
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-1777-1072/+1260
* 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