summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46944 Re-enable tests on sharding_last_stable_mongos_and_mixed_shards ↵Marcos José Grillo Ramírez2020-05-0819-11/+39
| | | | and sharding_multiversion suite
* SERVER-47672: Add minSnapshotHistoryWindowInSeconds and remove snapshot ↵Lingzhi Deng2020-05-072-5/+5
| | | | window adjustment logic
* SERVER-47999 balance_repl.js should ensure writes have replicated before ↵Esha Maharishi2020-05-071-7/+7
| | | | attempting to read them from a secondary
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-073-125/+346
|
* SERVER-37364 Coordinator should return the decision to the client as soon as ↵Cheahuychou Mao2020-05-0610-134/+183
| | | | the decision is durable
* SERVER-47798 ismaster.js tests should ensure ismaster field is a booleanPavi Vetriselvan2020-05-061-1/+4
|
* SERVER-47896 blacklist basic_drop_coll.js and drop_configdb.js in ↵Randolph Tan2020-05-042-0/+4
| | | | sharding_multiversion suite
* SERVER-43523 Remove awaitLastOpCommitted() from coll_epoch_test1.js.Max Hirschhorn2020-05-021-4/+0
| | | | | | Database versioning guarantees that a stale mongos will refresh and discover the new primary shard upon routing operations to the old primary shard.
* SERVER-43469 Remove TODOs listed for SERVER-35447Jack Mulrow2020-04-309-10/+10
|
* SERVER-47744 Include alwayUpsert: false in applyOps commands in ↵Cheahuychou Mao2020-04-291-1/+19
| | | | sharding_catalog_manager_chunk_operations.cpp
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-2997-150/+111
|
* SERVER-47820 Bump timeout in exhaust_isMaster_topology_changes.jsjannaerin2020-04-291-2/+2
|
* SERVER-47524 Update stage: Convert usage of ↵Tommaso Tocci2020-04-292-111/+42
| | | | getCollectionDescription_DEPRECATED to getCollectionDescription
* SERVER-46796 Propagate specific errors during transaction prepare to the clientGregory Noma2020-04-281-2/+2
|
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-1/+1
|
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-1/+1
| | | | This reverts commit aa2e0ee6d817951a29f2fec33d374d13d8f46802.
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-1/+1
|
* SERVER-47719 Use migration ID to indicate disabled resumable range deleterAlex Taskov2020-04-271-6/+5
|
* SERVER-47588 Refactor and rename sharding/findandmodify2 testTommaso Tocci2020-04-272-124/+94
|
* SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index ↵Randolph Tan2020-04-241-30/+0
| | | | builds coordinator
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-241-6/+0
| | | | | | - Add flag to renameCollection command to know when the source collection is temporary - Prevent checks of isSharded on secondaries - Prevent checks of isSharded on temporary collections
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-243-77/+3
|
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+158
|
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-2/+1
|
* SERVER-47556 Remove usages of checkShardVersionOrThrow_DEPRECATED from ↵Kaloian Manassiev2020-04-223-39/+22
| | | | AutoGetCollectionForReadCommand
* SERVER-44865 Restrict hashed field values to NumberLong on updateZoneKeyRangeGregory Noma2020-04-211-16/+54
|
* SERVER-47641 Report total number of range deletion tasks in serverStatus ↵Gregory Noma2020-04-211-5/+1
| | | | rather than per collection
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the ↵Kaloian Manassiev2020-04-211-0/+13
| | | | write commands
* SERVER-47656 Blacklist exhaust_isMaster_topology_changes.js from the ↵jannaerin2020-04-211-0/+2
| | | | scanning RSM variant
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the ↵Kaloian Manassiev2020-04-213-88/+46
| | | | OpObservers
* SERVER-47045 Add tests to check that the RSM behaves correctly when ↵jannaerin2020-04-201-0/+67
| | | | contacting a mongod fails for various reasons
* SERVER-47625: Add causally consistent reads to hedged_reads.js to fix ↵Misha Tyulenev2020-04-171-12/+16
| | | | getMore test case
* SERVER-43524 Make jumbo1.js more reliableRandolph Tan2020-04-171-35/+23
|
* SERVER-47046 Add tests that mongos receives topology change info immediatelyjannaerin2020-04-172-2/+100
|
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-172-1/+16
|
* SERVER-46612 Test that $unionWith obeys the read preference set on the ↵Ted Tuckman2020-04-171-0/+169
| | | | original command
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-171-1/+44
|
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-0/+39
|
* SERVER-47542: Omit shard_identity_rollback from implicit multiversion tests.Daniel Gottlieb2020-04-151-1/+1
|
* SERVER-47540: Omit shard_kill_and_pooling from implicit multiversion tests.Daniel Gottlieb2020-04-151-1/+4
|
* SERVER-47473 Remove usages of checkShardVersionOrThrow_DEPRECATED from ↵Kaloian Manassiev2020-04-151-62/+80
| | | | OldClientContext
* SERVER-43519 Remove unneeded TODOMatthew Saltz2020-04-153-9/+6
|
* SERVER-35804 Disallow dropping config and admin from mongosRandolph Tan2020-04-147-174/+27
|
* SERVER-47324 Skip dassert when index commands from non-internal clients ↵Gregory Noma2020-04-141-0/+41
| | | | abort migrations
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-142-14/+113
|
* SERVER-47047 Add tests that mongos does not mark a node as down when reads failCheahuychou Mao2020-04-131-0/+69
|
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-2/+4
|
* SERVER-46396 Add metrics to track number of operations blocked behind a ↵Blake Oler2020-04-131-0/+111
| | | | catalog cache refresh
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is ↵Kaloian Manassiev2020-04-101-0/+8
| | | | | | not known Introduces a checkShardVersionOKOrThrow_DEPRECATED variant so that we can incrementally fix the places, which are not prepared to catch StaleConfig exceptions.
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-091-0/+155
|