summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-4/+1
* SERVER-39231 Remove $nExtents from testsGregory Wlodarek2019-04-021-6/+6
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-1/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-2/+4
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-1/+1
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-2/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-1/+1
* SERVER-33149 createIndexes fails to report an error when index is not created...Gregory Wlodarek2019-03-201-5/+32
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-2/+2
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-3/+25
* SERVER-39989 Store start timestamp as optime in config.transactionsVesselina Ratcheva2019-03-191-9/+9
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-2/+2
* SERVER-39942 Extract transaction library from catalog_raii library.Siyuan Zhou2019-03-151-0/+1
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-2/+2
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-30/+200
* SERVER-39982 modify StorageTimestampTests::InitialSyncSetIndexMultikeyOnInser...Louis Williams2019-03-131-8/+20
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-2/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-0/+96
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-37/+0
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2019-03-081-1/+1
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-91/+0
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-0/+91
* SERVER-39981 StorageTimestampTests::InitialSyncSetIndexMultikeyOnInsert build...Benety Goh2019-03-061-0/+6
* SERVER-39085 IndexBuildsCoordinator timestamps writes while drainingBenety Goh2019-03-061-2/+4
* SERVER-39680 Redundant test variableA. Jesse Jiryu Davis2019-03-061-13/+1
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-6/+146
* SERVER-39085 un-inline repl::TimestampBlockBenety Goh2019-03-061-0/+1
* SERVER-39400 fix lintGabriel Russell2019-03-041-7/+6
* SERVER-39400 support async JSGabriel Russell2019-03-041-2/+33
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-6/+3
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-272-0/+148
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+1
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-2/+2
* SERVER-39718 Migrate dbtests framework options to IDLSara Golemon2019-02-223-82/+103
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-195-49/+85
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-13/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1371-120/+32
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-125-44/+72
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-112-8/+31
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-99/+145
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-11/+22
* SERVER-39358 Disable building `dbtest` when not building jstests or shell.ADAM David Alan Martin2019-02-071-113/+116
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-063-3/+3
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-062-0/+133
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-042-5/+5
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-311-39/+0