Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Oct 8, 2024
1 parent d4952fe commit d0bef83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/client-side-operations-timeout/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,8 @@ Tests in this section MUST only run against replica sets and sharded clusters wi
This test MUST only run against server versions 8.0+. This test must be skipped on Atlas Serverless.

Depending on how long the server takes to execute each batch, this test may be flaky. Drivers MAY override the value of
`maxWriteBatchSize` to ensure the server consistently executes batches quickly, reducing the flakiness of the test.
`maxWriteBatchSize=1` to ensure the server consistently executes batches quickly, reducing the flakiness of the test.
Drivers MAY also modify the test to use two small write models if specifying `maxWriteBatchSize=1`.

1. Using `internalClient`, drop the `db.coll` collection.

Expand Down

0 comments on commit d0bef83

Please sign in to comment.