File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
source/client-side-operations-timeout/tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,8 @@ Tests in this section MUST only run against replica sets and sharded clusters wi
607607This test MUST only run against server versions 8.0+. This test must be skipped on Atlas Serverless.
608608
609609Depending on how long the server takes to execute each batch, this test may be flaky. Drivers MAY override the value of
610- ` maxWriteBatchSize ` to ensure the server consistently executes batches quickly, reducing the flakiness of the test.
610+ ` maxWriteBatchSize=1 ` to ensure the server consistently executes batches quickly, reducing the flakiness of the test.
611+ Drivers MAY also modify the test to use two small write models if specifying ` maxWriteBatchSize=1 ` .
611612
6126131 . Using ` internalClient ` , drop the ` db.coll ` collection.
613614
You can’t perform that action at this time.
0 commit comments