Skip to content
Merged
Changes from 1 commit
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
4 changes: 4 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,10 @@ 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 on server versions 4.4 and higher. The insertMany call takes an exceedingly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This test MUST only run against standalones on server versions 4.4 and higher. The insertMany call takes an exceedingly
This test MUST only run against standalones. The `bulkWrite` call takes an exceedingly

server version requirement is already listed above

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