We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7517681 commit ec937ffCopy full SHA for ec937ff
source/client-side-operations-timeout/tests/README.md
@@ -606,6 +606,10 @@ Tests in this section MUST only run against replica sets and sharded clusters wi
606
607
This test MUST only run against server versions 8.0+. This test must be skipped on Atlas Serverless.
608
609
+This test MUST only run against standalones on server versions 4.4 and higher. The insertMany call takes an exceedingly
610
+long time on replicasets and sharded clusters. Drivers MAY adjust the timeouts used in this test to allow for differing
611
+bulk encoding performance.
612
+
613
1. Using `internalClient`, drop the `db.coll` collection.
614
615
2. Using `internalClient`, set the following fail point:
0 commit comments