Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/client-side-operations-timeout/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ 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.

This test MUST only run against standalones. The bulkWrite call takes an exceedingly long time on replicasets and
sharded clusters. Drivers MAY adjust the timeouts used in this test to allow for differing bulk encoding performance.

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

2. Using `internalClient`, set the following fail point:
Expand Down
Loading