summaryrefslogtreecommitdiff
path: root/jstests/sharding/hedged_reads.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47972 Increase maxTimeMSForHedgedReads to give shards time to refreshCheahuychou Mao2020-05-151-1/+2
| | | | (cherry picked from commit e9666e1a6f1494e181c0f064db92734d01206430)
* SERVER-47543 fix hang when hedge read finishes first with MaxTimeMSExpired errorMisha Tyulenev2020-04-231-2/+1
| | | | (cherry picked from commit 2dafa910d5faf63e6ab4aef0e2ecbc9712878c94)
* SERVER-47625: Add causally consistent reads to hedged_reads.js to fix ↵Misha Tyulenev2020-04-231-12/+16
| | | | | | getMore test case (cherry picked from commit f1a6614c3ba8905e98f9cc485268bb5462a200e9)
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-231-0/+39
| | | | (cherry picked from commit d05acff26c4c5a7fb27e9d0c7e31e4a3167fa7fe)
* SERVER-47167 Make hedged read tests more robustCheahuychou Mao2020-03-301-38/+36
| | | | (cherry picked from commit ffff3f7fce95d45192c8b6cb65845907d6128922)
* SERVER-47141 Make failpoint in NetworkInterfaceTL sort targets before ↵Cheahuychou Mao2020-03-271-8/+9
| | | | | | constructing CommandState (cherry picked from commit bb67941a1ba9c04a58bc4cb74cfd02ec9f315024)
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-201-12/+107
| | | | (cherry picked from commit c7a7d9ef04638802c8aac9f5e59c4e306b8e1cc3)
* SERVER-46607 ignore MaxTimeMSExpire error on hedged readsMisha Tyulenev2020-03-181-0/+55
(cherry picked from commit a924cde8580dd00409a0c8296e81ff73709ad1a2)