summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25077 Print the ops that were actually seen when killop.js fails its a...Spencer T Brody2016-07-181-13/+12
* SERVER-25064 Make mongos upgrade w:1 to w:majority for auth writesKaloian Manassiev2016-07-178-103/+166
* SERVER-18399 Issue a notification in the shell when automation is activeAndrew Morrow2016-07-151-0/+45
* re-enable replsets/auth1.js testScott Hernandez2016-07-151-4/+0
* SERVER-24506 listCollections support for viewsJames Wahlin2016-07-152-3/+10
* SERVER-24462 Record stats for the "top" command in findAndModify.Max Hirschhorn2016-07-152-16/+41
* SERVER-17275 Remove 'stats' field from distinct command responseJames Wahlin2016-07-152-24/+25
* SERVER-22660 OpObserver on config server for inserts to config.shards from ol...Esha Maharishi2016-07-141-6/+28
* SERVER-25054 Error if aggregation uses text score without text search.Charlie Swanson2016-07-141-3/+4
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-1/+1
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-142-1/+94
* SERVER-24726 readonly mode should ignore temp collectionsRobert Guo2016-07-141-0/+37
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-0/+81
* SERVER-24693 Test that the "group" command yields using explain().Max Hirschhorn2016-07-142-47/+32
* SERVER-24511 Make frequency with which background job that kills timed-out cu...Tess Avitabile2016-07-141-5/+22
* SERVER-24865 adding Balancer::_splitOrMarkJumbo functionDianna Hohensee2016-07-141-1/+1
* SERVER-24721 BalancerPolicy should return more than one migration per collectionKaloian Manassiev2016-07-142-77/+84
* SERVER-24721 Move ShardStatistics vector out of DistributionStatusKaloian Manassiev2016-07-132-51/+58
* SERVER-12703 write concern parsing should error on unrecognized fieldsBenety Goh2016-07-131-1/+15
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-133-6/+7
* SERVER-25035 fixed incorrect write concern in testsBenety Goh2016-07-136-10/+9
* SERVER-24926 fixed invalid write concern to BulkOp.execute() in replset8.jsBenety Goh2016-07-121-1/+1
* SERVER-16910 Remove assumptions about order of results in sorth.jsCharlie Swanson2016-07-121-128/+269
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-3/+3
* SERVER-24926 replset8.js - additional assertions to check bulk operationsBenety Goh2016-07-121-58/+82
* SERVER-24293 Add tasks on evergreen to run tests with both old and new initia...Judah Schvimer2016-07-113-238/+256
* SERVER-24990 Update command_line_parsing.js to ignore cacheSizeGB in configur...Mike Grundy2016-07-111-2/+4
* SERVER-24765 Evergreen test suite for viewsKyle Suarez2016-07-111-0/+1
* SERVER-24939 Fix a broken js test due to changed messageKaloian Manassiev2016-07-091-1/+1
* SERVER-24881 Fix JS test for storage engines that don't support journaling.Siyuan Zhou2016-07-081-2/+2
* SERVER-22828 Handle empty array element in applyOps commandEric Milkie2016-07-081-0/+4
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-081-1/+0
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-6/+7
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-083-66/+71
* SERVER-24765 fix views_creation.jsKyle Suarez2016-07-081-6/+6
* SERVER-24765 integration test suite for viewsKyle Suarez2016-07-082-0/+461
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-082-9/+174
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+240
* SERVER-24928 Fix a broken js test due to usage of 'waitedMS'Kaloian Manassiev2016-07-071-1/+0
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-073-11/+7
* SERVER-19533 collStats through mongoS on sharded collection incorrectly scale...Sam Dunietz2016-07-071-1/+1
* SERVER-24790 Replace dbhash checking code in FSM suite with hook codeKamran Khan2016-07-071-59/+2
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-240/+0
* SERVER-24881 Wait for the secondary to be able to win election in tests.Siyuan Zhou2016-07-071-1/+2
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+240
* SERVER-24926 ensure replication in replset8.js is caught up after update to c...Benety Goh2016-07-071-6/+3
* SERVER-24901 do not use fast count when checking collection size in replset t...Benety Goh2016-07-0728-74/+74
* SERVER-24883 cloner should not create _id index when original collection does...Judah Schvimer2016-07-061-0/+23
* SERVER-24880 Exclude operation latency histogram test from sharding suitesKevin Albertson2016-07-061-26/+15
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+137