summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-022-47/+55
* SERVER-11178: IndexLegacy::getMissingField using IndexCatalogEliot Horowitz2013-11-021-4/+4
* SERVER-10026 don't feed bad data to a sort stage in dbtestHari Khalsa2013-10-311-28/+7
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-294-17/+25
* SERVER-11178: move more CatalogHack calls to IndexCatalogEliot Horowitz2013-10-255-9/+17
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-252-3/+0
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-1/+7
* SERVER-11178: move _id key fixing into IndexCatalogEliot Horowitz2013-10-251-0/+16
* SERVER-10026 SERVER-11373 fix build issues/bad delete testHari Khalsa2013-10-251-8/+15
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-243-4/+9
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-9/+2
* SERVER-11144 Add tests for option positions in registration unittestsShaun Verch2013-10-241-0/+30
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-0/+15
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-75/+42
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-233-26/+238
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-232-17/+23
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-233-28/+40
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-212-4/+10
* SERVER-11184 Merge consecutive $match stages in aggMathias Stearn2013-10-211-9/+34
* Get rid of DocumentSourceFilterBaseMathias Stearn2013-10-212-8/+0
* Allow agg Expressions to have differing serializations and explainsMathias Stearn2013-10-211-15/+16
* Rename SplittableDocumentSource::getRouterSource to getMergeSourceMathias Stearn2013-10-211-3/+3
* SERVER-11183 Conditionally disable test that clang-3.2 mis-optimizes.Andrew Morrow2013-10-181-0/+16
* SERVER-10545 Query caching in not on in the new querying system.Alberto Lerner2013-10-121-59/+64
* SERVER-10545 Fix test with wrong syntax.Alberto Lerner2013-10-121-2/+1
* SERVER-10026 fix obsolete testHari Khalsa2013-10-121-1/+12
* SERVER-10026 fix broken oplog replay behavior and cursorid lifecycleHari Khalsa2013-10-121-2/+3
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-112-28/+7
* SERVER-10613 Optimize initial $redact/$match pairMathias Stearn2013-10-111-0/+189
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-112-16/+16
* SERVER-6405: remove NamespaceDetailsTransient, have CollectionInfoCache live ...Eliot Horowitz2013-10-116-102/+112
* SERVER-11136 - Support json parsing of NumberLong/IntScott Hernandez2013-10-111-7/+155
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-101-34/+9
* SERVER-10779 Add support for DBRef $db field in JSON ParserShaun Verch2013-10-091-0/+68
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-092-46/+40
* Rip out ExpressionFieldRangeMathias Stearn2013-10-081-204/+0
* SERVER:-6405: fix dbtests use of dropCollectionEliot Horowitz2013-10-083-7/+4
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-4/+4
* SERVER-8510 Factored out test framework option storageShaun Verch2013-10-044-240/+354
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-048-38/+41
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+2
* SERVER-10532 interfaces and basic implementation for batch write ops, targete...Greg Studer2013-10-032-0/+85
* SERVER-9590 SERVER-8069: make sure to validate $sort number for $push and rem...Scott Hernandez2013-10-011-32/+0
* SERVER-10868 Move Sorter tests out of dbtests to a unit testMathias Stearn2013-09-271-489/+0
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-272-15/+23
* SERVER-10816 enable StackChecker when not optimized and in debug mode rather ...matt dannenberg2013-09-251-0/+2
* SERVER-8915 remove systeminfo because it is no longer usedMatt Dannenberg2013-09-192-8/+0
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-195-31/+10
* SERVER-2996: re-enable RWLockTest2Eliot Horowitz2013-09-171-1/+1
* SERVER-8678 Removed outdated testsRandolph Tan2013-09-131-152/+0