summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27140 Linux package smoke testingr3.4.2Brian Samek2017-02-015-0/+505
* SERVER-27845 Remove logic to create a branch that tracks the remote.Max Hirschhorn2017-01-271-5/+0
* SERVER-27050 jstest that rollback detects upstream node rolling backr3.4.2-rc0Mathias Stearn2017-01-253-4/+188
* SERVER-27282 test that node doesn't get stuck in ROLLBACK after SocketExceptionMathias Stearn2017-01-251-0/+132
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...Jack Mulrow2017-01-245-0/+132
* SERVER-26317 Increase benchRun seconds for flaky testsCharlie Swanson2017-01-241-1/+0
* SERVER-27680 Only re-enable replication on the nodes where it was disabled in...Spencer T Brody2017-01-231-1/+1
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-2311-260/+247
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-2322-112/+421
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2017-01-232-38/+57
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-234-5/+16
* SERVER-27775 fixed race in CollectionClonerTest::CollectionClonerCannotBeRest...Benety Goh2017-01-231-1/+1
* SERVER-27231 added disableMaxSyncSourceLagSecs failpoint to turn off re-evalu...Benety Goh2017-01-213-17/+50
* SERVER-26951 removed replset9.js. initial_sync_update_missing_doc1.js and ini...Benety Goh2017-01-211-72/+0
* SERVER-27397 disable OplogFetcher sync source re-evaluation during initial syncBenety Goh2017-01-214-3/+118
* SERVER-27611 make DatabaseCloner single-use only. If a DatabaseCloner is shut...Benety Goh2017-01-214-17/+227
* SERVER-27611 DatabaseCloner::shutdown() should shut down CollectionClonerBenety Goh2017-01-212-0/+44
* SERVER-27677 CollectionBulkLoaderImpl::_releaseResources ensures that a Clien...Benety Goh2017-01-212-0/+79
* SERVER-27741 fixed race in DataReplicatorTest::DataReplicatorResetsOnCompleti...Benety Goh2017-01-211-0/+7
* SERVER-27678 CollectionCloner waits for pending _findCallback and _insertDocu...Benety Goh2017-01-213-22/+126
* SERVER-27678 refactor CollectionCloner to support placeholder onCompletionGua...Benety Goh2017-01-212-30/+59
* SERVER-27678 moved DataReplicator::OnCompletionGuard into its own libraryBenety Goh2017-01-213-86/+154
* SERVER-27726 Split ShardingCatalogManagerImpl into multiple .cpp filesKaloian Manassiev2017-01-2011-2346/+2229
* SERVER-26562 Unit tests for commitChunkMigrationNathan Myers2017-01-2012-342/+831
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-203-55/+154
* Import tools: 17fbdf31abca50cdfe27482b05b1476f42ecab0a from branch v3.4Ramon Fernandez2017-01-20635-44022/+28
* SERVER-26791 Shard metadata commands should perform partial refresh as much a...Randolph Tan2017-01-203-78/+411
* SERVER-27657 wait for nodes to agree on config version after reconfig in last...Judah Schvimer2017-01-202-1/+24
* SERVER-27656 Ensure node 0 is not primary during reconfig in last_vote.jsJudah Schvimer2017-01-201-0/+9
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-203-1/+154
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-208-28/+240
* SERVER-27154 replSetRequestVotes command should wait for durabilityJudah Schvimer2017-01-201-2/+2
* SERVER-27155 Change replSetRequestVotes to not store dryRun votes as if they ...Judah Schvimer2017-01-202-1/+111
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-2015-274/+183
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-206-2/+149
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-199-30/+149
* SERVER-27409 Ensure zBigMapReduce.js does not roll over oplog with write concernJudah Schvimer2017-01-191-2/+2
* SERVER-27712 Do not specify _id field in user_defined_roles_on_secondaries.jsJudah Schvimer2017-01-191-1/+1
* SERVER-27365 ensure node 2 is not primary during reconfig in reconfig_without...Judah Schvimer2017-01-191-0/+10
* SERVER-27649 $elemMatch serialization $regex supportJames Wahlin2017-01-194-16/+135
* SERVER-27576 Fix quit() in shell and all the tests that depend on itJonathan Reams2017-01-187-260/+286
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2017-01-185-70/+101
* SERVER-27624 SyncSourceFeedback should check for shutdown before setting _rep...Benety Goh2017-01-182-9/+8
* SERVER-26945 ReplSource::resyncDrop should not assume database name obtained ...Benety Goh2017-01-181-0/+5
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-186-31/+473
* SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin2017-01-182-8/+16
* SERVER-27465 rewrite killop.js using setYieldAllLocksHang failpointJames Wahlin2017-01-183-87/+71
* SERVER-25286 rewrite drop2.js to not depend on count scan yield behaviorKyle Suarez2017-01-185-58/+58
* SERVER-27525 Use test-specific database to test convertToCapped with collationTess Avitabile2017-01-172-26/+28
* SERVER-27667 Get rid of sharding Request classKaloian Manassiev2017-01-177-216/+78