summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-052-0/+213
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-0512-44/+80
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-049-26/+26
* SERVER-24008 fix lintRobert Guo2016-05-031-4/+1
* SERVER-24008 validate() should check index is partial before multikeyRobert Guo2016-05-031-1/+8
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-025-12/+23
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-025-23/+12
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-025-12/+23
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-2/+5
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+2
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-267-28/+86
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-261-3/+69
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-10/+2
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-5/+5
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2111-63/+91
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-2111-48/+23
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-43/+40
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-40/+43
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2111-23/+48
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-2049-158/+294
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-1949-294/+158
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-1849-158/+294
* SERVER-23612 Make the ENSURE_SORTED PlanStage respect the query's collationTess Avitabile2016-04-181-3/+21
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-0/+2
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-11/+368
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-112-0/+151
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-074-2/+4
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-301-2/+2
* 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