summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26348: cleanup testScott Hernandez2016-09-271-4/+5
* SERVER-26284 loglong.js // Majority read concern requested, but server was no...Waley Chen2016-09-271-3/+0
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-272-118/+131
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2016-09-271-0/+18
* SERVER-26331 Skip computing plan cache key for idhack queriesTess Avitabile2016-09-271-1/+10
* SERVER-25593: use shared_ptr for DataReplicatorScott Hernandez2016-09-261-4/+0
* SERVER-26297 Don't run initial_sync_applier_error.js with old initial syncSiyuan Zhou2016-09-261-0/+7
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-26/+47
* Revert "SERVER-26327 Extend diagnostics in bulk_shard_insert.js"Kaloian Manassiev2016-09-261-46/+26
* SERVER-26156 Add migration tests for collections with V2 indexesMaria van Keulen2016-09-261-0/+72
* SERVER-26322 Use reconfig helper in multiversion testsJudah Schvimer2016-09-263-8/+8
* SERVER-26291 split migration_ignore_interrupts.js into 4 separate JS test filesDianna Hohensee2016-09-265-317/+341
* SERVER-26295 check for existing parameters when initiating secondary in testSam Rossi2016-09-261-3/+10
* SERVER-26327 Extend diagnostics in bulk_shard_insert.jsKaloian Manassiev2016-09-261-26/+46
* Revert "SERVER-26284 loglong.js // Majority read concern requested, but serve...Waley Chen2016-09-251-0/+56
* SERVER-26284 loglong.js // Majority read concern requested, but server was no...Waley Chen2016-09-251-56/+0
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-232-1/+20
* SERVER-26260 make tests await replication of FCV before downgradeDavid Storch2016-09-232-0/+8
* SERVER-26301 Change shard_with_special_db_names.js to use itcount() instead o...Spencer T Brody2016-09-231-1/+1
* SERVER-26241 don't print so much in temp_namespace.jsEric Milkie2016-09-231-2/+0
* SERVER-26296 oplog_replay_on_startup.js should skip fatal tests when journall...Judah Schvimer2016-09-231-0/+8
* SERVER-26263 Manually stop and restart node in config_server_checks.js to avo...Spencer T Brody2016-09-231-7/+16
* SERVER-26290 call disableAutoSplit() in cursor1.js, which handles chunk split...Esha Maharishi2016-09-231-0/+4
* Revert "SERVER-26101 DBDirectClient isn't safe to auth"Charlie Swanson2016-09-231-14/+0
* Revert "fix lint"Charlie Swanson2016-09-231-3/+2
* SERVER-26254 Initial write should be w: all in resync_with_write_load.jsJudah Schvimer2016-09-231-1/+1
* SERVER-25158 prevent 3.2 mongos from connecting to a featureCompatibilityVers...r3.3.13David Storch2016-09-221-1/+1
* SERVER-26252 Remove unnecessary migration in write_commands_sharding_state.jsRandolph Tan2016-09-221-9/+12
* fix lintsamantharitter2016-09-221-2/+3
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-221-0/+14
* 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-222-0/+179
* SERVER-26137 MongoDB Windows Service hangs on stopMark Benvenuto2016-09-221-0/+166
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-0/+27
* 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-224-8/+8
* SERVER-21118 test that we don't hang at shutdown with slaveDelayMathias Stearn2016-09-221-0/+61
* SERVER-26016 Add more injected-state tests of oplog replay at startupMathias Stearn2016-09-221-37/+382
* 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-2237-55/+52
* 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-221-0/+60
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-0/+69
* SERVER-26140 Increase initial sync retry times to 3.Siyuan Zhou2016-09-211-2/+4
* SERVER-25725 Kill 3.2 secondaries when featureCompatibilityVersion=3.4.Max Hirschhorn2016-09-203-36/+161