summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-10-213-18/+36
* SERVER-44113 Refresh metadata for correct namespace in transactions_reject_wr...Jack Mulrow2019-10-211-19/+34
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Gregory Wlodarek2019-10-141-0/+6
* SERVER-43009 Add requires_majority_read_concern tag to migration_waits_for_ma...Janna Golden2019-10-081-1/+1
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-10-071-20/+14
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-071-0/+64
* SERVER-42610 Flip order of assert.lte arguments in shards_and_config_return_l...Jack Mulrow2019-10-071-2/+2
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-031-1/+12
* SERVER-42006 Add transaction tags to prepared_txn_metadata_refresh.jsJack Mulrow2019-09-201-0/+2
* SERVER-42234: make one node not able to assume primary roleEsha Maharishi2019-09-161-4/+7
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-131-0/+88
* SERVER-42842 Unable to drop collection in admin database of sharded clusterEsha Maharishi2019-09-091-0/+144
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-091-76/+102
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-221-41/+81
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-161-6/+6
* SERVER-42461 Allow errors in aggregates_during_balancing.js pending work in ...samontea2019-08-151-1/+8
* SERVER-40496 Include namespace in configureFailpoint commands in transactions...Jamie Heppenstall2019-08-133-9/+32
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-26410-42520/+41946
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-242-1/+40
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-111-0/+17
* 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-41183 Add coverage for change streams over large transactionsJustin Seyster2019-07-021-1/+0
* SERVER-41184 Fix expected errorcodes list in 'server_status_crud_metrics.js' ...Arun Banala2019-06-271-1/+1
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-271-0/+135
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-272-49/+92
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-261-0/+2
* SERVER-41799 await stable TS in shard_aware_initJason Carey2019-06-261-5/+25
* SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure corr...Blake Oler2019-06-251-1/+1
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-241-0/+71
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-211-14/+49
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-191-0/+14
* SERVER-41575 remove 'votes: 0' option for nodes in the jstests/sharding/secon...Lamont Nelson2019-06-191-1/+1
* SERVER-41433 increase write timeout of jstests/sharding/txn_commit_optimizati...Lamont Nelson2019-06-191-1/+1
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-131-0/+19
* SERVER-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-1112-238/+353
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-113-11/+7
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-23/+0
* SERVER-41468 Only shut down the LogicalSessionsCache if it has been createdKaloian Manassiev2019-06-041-22/+19
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-0417-33/+33
* SERVER-40386: replace abortTransaction() used in jstests with abortTransactio...Lingzhi Deng2019-06-044-5/+7
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-014-15/+24
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-301-3/+1
* SERVER-40338 Add tests for replacement and pipeline style updates to change t...jannaerin2019-05-294-63/+504
* Revert "SERVER-37674 Increase logging verbosity for sharding_balance4.js"Matthew Saltz2019-05-281-6/+3
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-242-34/+125
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-237-49/+31
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-234-20/+91
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-231-1/+24
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-221-0/+267