summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-62/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+62
* SERVER-39022 Make the sharding fixed task executor use unlimited thread pool ...Kaloian Manassiev2019-01-161-3/+2
* SERVER-38734 Config collections other than config.system.sessions should not ...jannaerin2019-01-141-124/+3
* SERVER-38041 Test single shard transactions with arbiters and enableMajorityR...Vesselina Ratcheva2019-01-142-0/+137
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-2/+4
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-01-141-1/+9
* SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-1/+1
* SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-2/+2
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+25
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in write...Nick Zolnierz2019-01-111-4/+2
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-2/+4
* SERVER-38363 Test concurrent shardCollection and replaceCollection $outCharlie Swanson2019-01-101-0/+42
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-105-4/+1
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-091-2/+23
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-082-8/+18
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-2/+2
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-1/+0
* SERVER-38690 Mongos should throw write targeting errors during a transactionJack Mulrow2019-01-031-0/+40
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-214-0/+32
* SERVER-36416 Add dropConnections administrative commandJonathan2018-12-215-1/+5
* SERVER-37885 Wait for something to be majority committed in term on step up i...Esha Maharishi2018-12-213-1/+147
* SERVER-38645 txn_basic_two_phase_commit.js and txn_failover_two_phase_commit....Esha Maharishi2018-12-183-13/+28
* SERVER-38641 clone_catalog_data.js should call awaitLastOpCommitted on CSRS b...Esha Maharishi2018-12-181-8/+5
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-172-20/+152
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-10/+36
* SERVER-38619 Add explicit integration tests of coordinator failover where sam...Esha Maharishi2018-12-141-168/+193
* SERVER-38528 Add integration test that if coordinator fails over before writi...Esha Maharishi2018-12-141-12/+40
* SERVER-36403 Cluster aggregation error message should indicate which shard(s)...vrachev2018-12-131-0/+34
* SERVER-37343 Enable single shard transactions tests on 'majority read concern...Tess Avitabile2018-12-133-3/+3
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-124-0/+1370
* SERVER-37872 Add targeted jstest for sharded transactions with afterClusterTimeJack Mulrow2018-12-121-0/+78
* SERVER-34943 Ignore internal commands with "failCommand"A. Jesse Jiryu Davis2018-12-126-9/+86
* SERVER-36853 Coordinator should resume coordinating commit for unfinished tra...Esha Maharishi2018-12-111-0/+181
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...Kim Tao2018-12-111-0/+48
* SERVER-38365 Test that $out cannot be run after mongos-only stagesJacob Evans2018-12-111-0/+29
* SERVER-36457: mongos_rs_shard_failure_tolerance.js shold assert that movePrim...Kim Tao2018-12-102-4/+5
* SERVER-38062 Add assertions to commands in read_pref_cmd.jsBlake Oler2018-12-101-8/+9
* SERVER-38457 Fix race in retryable_writes.jsMatthew Saltz2018-12-071-2/+5
* SERVER-37884 fix lintEsha Maharishi2018-12-061-9/+7
* SERVER-37884 Coordinator should make its state durable before sending prepare...Esha Maharishi2018-12-061-54/+128
* SERVER-37856 Fix coverity analysis defect 105090: Wrong operator usedEsha Maharishi2018-12-051-2/+1
* SERVER-36121 Add transaction expiration jstests for sharded clustersRandolph Tan2018-12-041-0/+79
* SERVER-37440 coordinateCommit should fall back to recovering decision from lo...Esha Maharishi2018-11-291-0/+146
* SERVER-36499 Add test coverage for prepared transaction duration in currOpJason Chan2018-11-291-3/+19
* SERVER-37501 Version multi-updates and multi-deletes in sharded transactionsJack Mulrow2018-11-271-0/+140
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-2/+1
* SERVER-38122 Support read concern level local in sharded transactionsJack Mulrow2018-11-201-2/+2
* SERVER-35633 Unblacklist lagged_config_secondary.js and all_config_servers_bl...Andrew Morrow2018-11-172-8/+0
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-143-80/+57