summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-317-207/+15
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-0/+225
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-223-29/+9
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-2/+2
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-15/+15
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-30/+0
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-12/+3
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-248-245/+72
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-171-1/+2
* SERVER-55446 added rosetta and arm64 macos builders to evergreenDaniel Moody2021-06-151-130/+128
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-7/+3
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-151-8/+6
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-152-35/+1
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-1/+1
* SERVER-56793 running dbtest with no suites should be an errorMikhail Shchatko2021-06-091-0/+6
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-052-7/+15
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-042-4/+6
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-042-4/+4
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-14/+42
* SERVER-57127 WorkingSetCommon::fetch() accepts CollectionPtrBenety Goh2021-06-041-2/+2
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-037-66/+70
* SERVER-57127 DistinctParams accepts CollectionPtrBenety Goh2021-06-031-3/+3
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-57127 CountScanParams accepts CollectionPtrBenety Goh2021-06-031-13/+26
* SERVER-57293 Disable lock-free reads for certain dbtests until later addressedDianna Hohensee2021-06-022-0/+18
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-242-2/+2
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-213-45/+56
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-209-34/+43
* SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs...Randolph Tan2021-05-192-2/+15
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-181-2/+12
* SERVER-48528 ValidateTests can fail sporadically due to KeyString hashingYuhong Zhang2021-05-141-1/+1
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-132-6/+8
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-133-65/+113
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-071-6/+2
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-298-89/+100
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-0/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-1/+0
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-1/+1
* SERVER-56045 Fix [SBE][dbtest] QueryStageMultiPlanTest test failing due to un...Andrii Dobroshynski2021-04-201-0/+8
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-093-12/+15
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-4/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-0210-54/+56
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-34/+0
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+1
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-95/+22
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-7/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-47/+3
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-0/+3
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-19/+18