File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
source/connection-monitoring-and-pooling/tests Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ response and reuse the connection for the next operation.
3737 - ` PendingResponseFailed `
3838 - ` ConnectionClosed `
39392 . Send a command (e.g. an insert) with a 200 millisecond timeout and the following ` proxyTest ` actions:
40- - ` sendBytes ` : We have 3 possible states here: a) Message size was partially read: random value between 1 and 3
41- inclusive b) Message size was read, body was not read at all: use 4 c) Message size was read, body read
42- partially: random value between 5 and 100 inclusive
40+ - ` sendBytes ` : We have 3 possible states here:
41+ 1 . Message size was partially read: random value between 1 and 3 inclusive
42+ 2 . Message size was read, body was not read at all: use 4
43+ 3 . Message size was read, body read partially: random value between 5 and 100 inclusive
4344 - ` delayMS ` : 400 ( to exceed the 200 ms timeout)
4445 - ` sendAll ` : ` true `
45463 . Assert that the operation failed with timeout error.
You can’t perform that action at this time.
0 commit comments