summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23382 Drop JS scope cache when shutting down dbtestsAndrew Morrow2016-03-291-0/+15
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-214-12/+9
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-1/+1
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-7/+7
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-147-1045/+0
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-4/+4
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-0/+11
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-1/+2
* SERVER-22357 do not flush READONLY filesAdam Midvidy2016-02-231-3/+5
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-185-11/+22
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-171-0/+15
* SERVER-22319 remove SCCC tests from testcasesMisha Tyulenev2016-02-123-16/+0
* SERVER-19542 documentsourcetest correctly asserts size.Benjamin Murphy2016-02-111-3/+3
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-3/+13
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-0510-158/+158
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-2/+4
* SERVER-22186 query_stage_near now uses QueuedDataStage instead of MockStage.Benjamin Murphy2016-02-031-54/+14
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-221-12/+2
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-212-103/+0
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-152-5/+7
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-3/+1
* SERVER-21197 check for existence of lock file prior to opening socketsAdam Midvidy2016-01-131-0/+3
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-19/+116
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-119/+0
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-052-14/+2
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-042-2/+2
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-042-4/+4
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-2215-58/+116
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-212-0/+157
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-161-1/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-092-3/+3
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+12
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-55/+139
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-1/+5
* SERVER-21434 Retry a findAndModify if it conflicts on an update or deleteCharlie Swanson2015-11-132-6/+114
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-14/+12
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-124-118/+231
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-9/+0
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-4/+5
* SERVER-21232 Remove dbtests/expressiontests.cppCharlie Swanson2015-11-061-4343/+0
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-063-0/+118
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-3/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+3
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-13/+13
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-4/+4
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1