summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import tools: cd0ae5ddb41f781376b51a3d2dfdb31e46768fa4 from branch v3.3r3.3.14Ramon Fernandez2016-09-235-29/+30
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-226-10/+32
* SERVER-26252 Remove unnecessary migration in write_commands_sharding_state.jsRandolph Tan2016-09-221-9/+12
* SERVER-25743 Add dochub links to all featureCompatibilityVersion error messagesTess Avitabile2016-09-225-77/+129
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-224-28/+28
* fix lintsamantharitter2016-09-221-2/+3
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-222-7/+8
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-222-1/+15
* SERVER-26246 Turn up log verbosity only on selected components in read_pref_c...Randolph Tan2016-09-221-2/+9
* SERVER-26249 replsetfreeze.js should wait for replica set to reach steady sta...Benety Goh2016-09-221-17/+31
* SERVER-26137 Remove testMark Benvenuto2016-09-221-166/+0
* SERVER-26231 Remove printShardingStatus call from bouncing_count.jsSpencer T Brody2016-09-221-2/+0
* SERVER-26256 increase assert.soon() timeout in mongos_no_replica_set_refresh....Esha Maharishi2016-09-221-2/+12
* SERVER-25942 Don't validate views in listCollections unless they are being re...Sam Rossi2016-09-223-6/+195
* SERVER-26137 MongoDB Windows Service hangs on stopMark Benvenuto2016-09-222-0/+167
* SERVER-25444 Enforce max size of view pipelineSam Rossi2016-09-225-48/+193
* SERVER-25990 Remove heap_usage_bytes from serverStatus outputsamantharitter2016-09-221-8/+0
* Import tools: af4004cbd1f136d24b6484d66371d37a591b0cd8 from branch v3.3Ramon Fernandez2016-09-2210-50/+175
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-2211-17/+93
* SERVER-26251 fix ssl_cert_password.js for validating certsGabriel Russell2016-09-222-50/+58
* SERVER-6388: Make bench_test*.js use auth in jscore_authSpencer Jackson2016-09-225-10/+8
* SERVER-22711 Re-enable jstestfuzz self-tests on EvergreenJonathan Abrahams2016-09-221-0/+5
* SERVER-21118 test that we don't hang at shutdown with slaveDelayMathias Stearn2016-09-222-0/+64
* SERVER-26016 Add more injected-state tests of oplog replay at startupMathias Stearn2016-09-222-49/+396
* SERVER-26229 JS Tests that call sh.disableAutoSplit() should be blacklisted f...Esha Maharishi2016-09-221-0/+3
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-225-0/+26
* SERVER-25314 lock sharded database while droppingNathan Myers2016-09-221-19/+26
* Import tools: 959ed7c66bb4df5e4f66ed3bcfe662798ee53231 from branch v3.3Ramon Fernandez2016-09-22394-759/+108402
* SERVER-26222 MigrationManager::_abandonActiveMigrationsAndEnableManager shoul...Dianna Hohensee2016-09-222-14/+22
* SERVER-26164 utf8_paths.js should not use directoryperdb alwaysMark Benvenuto2016-09-221-3/+10
* SERVER-26240 remove election timeout in restore_term.jsJudah Schvimer2016-09-221-1/+0
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-2238-56/+53
* SERVER-26223 Slow down inserts in initial_sync_oplog_rollover.jsJudah Schvimer2016-09-221-12/+16
* SERVER-25312 Check for Null embedded malformed config stringSulabh Mahajan2016-09-222-0/+65
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-2117-52/+162
* SERVER-26198 always return retriable error if manual moveChunk is interrupted...Dianna Hohensee2016-09-211-5/+3
* SERVER-26140 Increase initial sync retry times to 3.Siyuan Zhou2016-09-211-2/+4
* SERVER-26204 Mark _configsvrMoveChunk as supportsWriteConcernKaloian Manassiev2016-09-212-1/+11
* SERVER-26023 Add unit tests for ViewCatalogSam Rossi2016-09-212-0/+367
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-214-3/+12
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-2140-185/+176
* SERVER-26159 Increment the AsyncOp id immediately so timeout code will not runsamantharitter2016-09-211-0/+16
* SERVER-25702 refactor OplogFetcher - convert owned Fetcher to a unique_ptr to...Benety Goh2016-09-212-25/+46
* SERVER-26167: Remove mongo-perf wiredTiger mmap comparison variantsdalyd2016-09-211-245/+0
* SERVER-25905 Release all config held distlocks and reacquire balancer distloc...Dianna Hohensee2016-09-2111-85/+116
* SERVER-26201: Update longevity.yml calls of setup_work_env.py, mongodb_setup....dalyd2016-09-211-9/+16
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-2011-58/+337
* SERVER-24564 Remove test cases that mix 3.0 and latest in a replica set.Max Hirschhorn2016-09-202-165/+0
* SERVER-26205 Increase log verbosity in gle_sharded_write.js testSpencer T Brody2016-09-201-1/+1
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-2035-137/+265