summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32692 Make zbigMapReduce.js, sharding_balance4.js, and bulk_shard_inse...Matthew Saltz2019-11-183-0/+30
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-131-0/+2
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-071-0/+29
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-241-0/+54
* SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_ma...Janna Golden2019-10-081-1/+1
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-071-0/+66
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-21/+16
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-08-133-15/+36
* SERVER-40899 Nix chaining in change_stream_update_lookup_read_concernJustin Seyster2019-07-261-0/+7
* SERVER-42024 Fix opTime race in shards_and_config_return_last_committed_optim...Jack Mulrow2019-07-111-2/+6
* SERVER-41859 logical_time_metadata.js shouldn't assume lastApplied opTime equ...Jack Mulrow2019-07-111-4/+8
* SERVER-38457 Fix race in retryable_writes.jsMatthew Saltz2019-07-011-2/+5
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-271-0/+127
* SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure corr...Blake Oler2019-06-251-1/+1
* SERVER-41575 remove 'votes: 0' option for nodes in the jstests/sharding/secon...Lamont Nelson2019-06-191-1/+1
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-06-042-19/+25
* SERVER-39420 Remove in-memory boolean to indicate config.server.sessions coll...Blake Oler2019-04-161-3/+19
* SERVER-36457: mongos_rs_shard_failure_tolerance.js shold assert that movePrim...Kim Tao2019-04-092-4/+5
* SERVER-40010 Make only FCV 4.0 secondaries ask the primary to flush the datab...Kaloian Manassiev2019-03-121-4/+4
* SERVER-39650 Ensure internal options cannot be specified in a raw aggregate c...Anton Korshunov2019-03-071-0/+97
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-02-271-1/+9
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-02-191-0/+35
* SERVER-37274 Set priority of secondaries to zero in commands_that_accept_writ...William Schultz2019-02-112-4/+18
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-02-081-0/+25
* SERVER-39215 Fix aggregation_currentop.js such that we compare transactionDoc...Suganthi Mani2019-02-071-3/+3
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-304-69/+86
* SERVER-36863 Make query_config.js only check for collections synchronously cr...Kaloian Manassiev2019-01-221-3/+0
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-213-8/+10
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2019-01-171-0/+41
* SERVER-38641 clone_catalog_data.js should call awaitLastOpCommitted on CSRS b...Esha Maharishi2019-01-061-0/+5
* SERVER-37241 Add testing to verify proper expiration of sessions in the sessi...Blake Oler2018-12-281-0/+147
* SERVER-38062 Add assertions to commands in read_pref_cmd.jsBlake Oler2018-12-271-8/+9
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...r4.0.5-rc0Kim Tao2018-12-111-0/+48
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-191-0/+44
* SERVER-36965 Wait for replication on all 'setUp' writes performed by the safe...Kaloian Manassiev2018-11-163-0/+15
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-151-37/+0
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-151-0/+4
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-091-2/+2
* SERVER-37799 make aggregation_currentop.js more robustIan Boros2018-10-301-5/+8
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-291-1/+27
* SERVER-31563 Remove sections of not_allowed_on_sharded_collection_cmd.js with...Randolph Tan2018-10-051-36/+5
* SERVER-36982 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-09-2421-3/+21
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-182-24/+19
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-1/+3
* SERVER-34500 Wait for replication after setFCV in database_versioning_upgrade...Jack Mulrow2018-09-101-0/+3
* SERVER-36958 Make sharding_multiple_ns.js wait for the CSRS primary to discov...Kaloian Manassiev2018-09-051-5/+3
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-221-13/+85
* SERVER-14394 Add UUID checking to the hashed sharding with initial split testKaloian Manassiev2018-08-162-26/+74
* SERVER-35794 Validate shard key against existing zonesCheahuychou Mao2018-08-151-0/+58
* Merge branch 'v4.0' of github.com:mongodb/mongo into v4.0jinichu2018-08-092-0/+34
|\