summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30472 writeCheckpointTimestamp needs to include its own write in check...Judah Schvimer2018-02-021-0/+81
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+320
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-12/+0
* SERVER-32702 Disable the tests that ignore unique constraint, for Mobile SEnehakhatri52018-01-301-7/+7
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-1/+1
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-1/+272
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-24/+63
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-222-2/+2
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-193-9/+9
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-0/+20
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-185-0/+89
* SERVER-29200 migrate SyncTail::getMissingDoc() and fetchAndInsertMissingDoc()...Benety Goh2018-01-161-11/+38
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-112-22/+17
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-2/+1
* SERVER-32344 register DropPendingCollectionReaper before running dbtestsAlexander Paderin2018-01-101-0/+6
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-7/+41
* SERVER-32343 dbtest repl suite restores ReplicationCoordinator settings on te...Alexander Paderin2018-01-091-5/+10
* SERVER-30815 Add some missing libdeps edges currently acquired via serveronlyAndrew Morrow2018-01-041-0/+2
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-0/+308
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-212-3/+5
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-182-5/+6
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-1/+1
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-5/+5
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-131-118/+0
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-132-0/+218
* SERVER-32070 remove multiarg overloads of OldThreadPool::schedule.Billy Donahue2017-11-281-1/+1
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-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-141-3/+16
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-9/+8
* 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