summaryrefslogtreecommitdiff
path: root/jstests/sharding/hedged_reads.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62079 removes rsm scanningDavis Haupt2022-01-191-1/+0
* SERVER-61084 Remove now-unnecessary ShardingTaskExecutorPoolMinSize mongos pa...Reo Kimura2021-12-031-5/+1
* SERVER-59617: Set minimum sharding task executor pool size in hedged_…Tyler Seip2021-09-091-1/+5
* SERVER-47972 Increase maxTimeMSForHedgedReads to give shards time to refreshCheahuychou Mao2020-05-151-1/+2
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-2/+1
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-221-2/+1
* SERVER-47625: Add causally consistent reads to hedged_reads.js to fix getMore...Misha Tyulenev2020-04-171-12/+16
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-0/+39
* SERVER-47167 Make hedged read tests more robustCheahuychou Mao2020-03-301-38/+36
* SERVER-47141 Make failpoint in NetworkInterfaceTL sort targets before constru...Cheahuychou Mao2020-03-271-8/+9
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-171-12/+107
* SERVER-46607 ignore MaxTimeMSExpire error on hedged readsMisha Tyulenev2020-03-051-0/+55