@@ -70,7 +70,7 @@ WriteError's `details` property.
7070Test that ` MongoClient.bulkWrite ` properly handles ` writeModels ` inputs containing a number of writes greater than
7171` maxWriteBatchSize ` .
7272
73- This test must only be run on 8.0+ servers.
73+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
7474
7575Construct a ` MongoClient ` (referred to as ` client ` ) with
7676[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -98,7 +98,7 @@ command. Assert that the length of `firstEvent.command.ops` is `maxWriteBatchSiz
9898Test that ` MongoClient.bulkWrite ` properly handles a ` writeModels ` input which constructs an ` ops ` array larger than
9999` maxMessageSizeBytes ` .
100100
101- This test must only be run on 8.0+ servers.
101+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
102102
103103Construct a ` MongoClient ` (referred to as ` client ` ) with
104104[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -137,7 +137,7 @@ driver exposes `operationId`s in its CommandStartedEvents, assert that `firstEve
137137
138138Test that ` MongoClient.bulkWrite ` properly collects and reports ` writeConcernError ` s returned in separate batches.
139139
140- This test must only be run on 8.0+ servers.
140+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
141141
142142Construct a ` MongoClient ` (referred to as ` client ` ) with ` retryWrites: false ` configured and
143143[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -182,7 +182,7 @@ Assert that two CommandStartedEvents were observed for the `bulkWrite` command.
182182
183183Test that ` MongoClient.bulkWrite ` handles individual write errors across batches for ordered and unordered bulk writes.
184184
185- This test must only be run on 8.0+ servers.
185+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
186186
187187Construct a ` MongoClient ` (referred to as ` client ` ) with
188188[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -237,7 +237,7 @@ Assert that one CommandStartedEvent was observed for the `bulkWrite` command.
237237
238238Test that ` MongoClient.bulkWrite ` properly iterates the results cursor when ` getMore ` is required.
239239
240- This test must only be run on 8.0+ servers.
240+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
241241
242242Construct a ` MongoClient ` (referred to as ` client ` ) with
243243[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -276,7 +276,8 @@ Assert that a CommandStartedEvent was observed for the `getMore` command.
276276Test that ` MongoClient.bulkWrite ` executed within a transaction properly iterates the results cursor when ` getMore ` is
277277required.
278278
279- This test must only be run on 8.0+ servers. This test must not be run against standalone servers.
279+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless. This test must not be run
280+ against standalone servers.
280281
281282Construct a ` MongoClient ` (referred to as ` client ` ) with
282283[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -318,7 +319,7 @@ Assert that a CommandStartedEvent was observed for the `getMore` command.
318319
319320Test that ` MongoClient.bulkWrite ` properly handles a failure that occurs when attempting a ` getMore ` .
320321
321- This test must only be run on 8.0+ servers.
322+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
322323
323324Construct a ` MongoClient ` (referred to as ` client ` ) with
324325[ command monitoring] ( ../../command-logging-and-monitoring/command-logging-and-monitoring.rst ) enabled to observe
@@ -369,7 +370,7 @@ Assert that a CommandStartedEvent was observed for the `killCursors` command.
369370
370371### 10. ` MongoClient.bulkWrite ` returns error for unacknowledged too-large insert
371372
372- This test must only be run on 8.0+ servers.
373+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
373374
374375Construct a ` MongoClient ` (referred to as ` client ` ).
375376
@@ -423,7 +424,7 @@ Expect a client-side error due the size.
423424Test that ` MongoClient.bulkWrite ` batch splits a bulk write when the addition of a new namespace to ` nsInfo ` causes the
424425size of the message to exceed ` maxMessageSizeBytes - 1000 ` .
425426
426- This test must only be run on 8.0+ servers.
427+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
427428
428429Repeat the following setup for each test case:
429430
@@ -603,8 +604,8 @@ remainingBulkWriteBytes = maxMessageSizeBytes - 1122
603604Test that ` MongoClient.bulkWrite ` returns an error if an operation provided exceeds ` maxMessageSizeBytes ` such that an
604605empty ` ops ` payload would be sent.
605606
606- This test must only be run on 8.0+ servers. This test may be skipped by drivers that are not able to construct
607- arbitrarily large documents.
607+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless. This test may be skipped by
608+ drivers that are not able to construct arbitrarily large documents.
608609
609610Construct a ` MongoClient ` (referred to as ` client ` ). Perform a ` hello ` command using ` client ` and record the
610611` maxMessageSizeBytes ` value contained in the response.
@@ -649,7 +650,7 @@ This test is expected to be removed when [DRIVERS-2888](https://jira.mongodb.org
649650
650651Test that ` MongoClient.bulkWrite ` returns an error if the client has auto-encryption configured.
651652
652- This test must only be run on 8.0+ servers.
653+ This test must only be run on 8.0+ servers. This test must be skipped on Atlas Serverless.
653654
654655Construct a ` MongoClient ` (referred to as ` client ` ) configured with the following ` AutoEncryptionOpts ` :
655656
0 commit comments