summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-5/+5
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-5/+5
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-5/+5
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-221-2/+242
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-7/+8
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-2/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+5
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-251-0/+39
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-108/+158
* SERVER-5378 replaced jstests/core/mr_parampositions.js with mr_test.cpp for o...Benety Goh2014-07-011-0/+16
* SERVER-5378 added tests for parsing map reduce output optionsBenety Goh2014-07-011-0/+145