@@ -337,7 +337,7 @@ The structure of this object is as follows:
337
337
Note : load balancers were introduced in MongoDB 5.0. Therefore, any sharded cluster behind a load balancer implicitly
338
338
uses replica sets for its shards.
339
339
340
- - `serverless` : Optional string. Whether or not the test should be run on Atlas Serverless instances. Valid values are
340
+ - `serverless` (deprecated) : Optional string. Whether or not the test should be run on Atlas Serverless instances. Valid values are
341
341
" require" , "forbid", and "allow". If "require", the test MUST only be run on Atlas Serverless instances. If
342
342
" forbid" , the test MUST NOT be run on Atlas Serverless instances. If omitted or "allow", this option has no effect.
343
343
@@ -348,6 +348,9 @@ The structure of this object is as follows:
348
348
is in use by issuing commands such as `buildInfo` or `hello`. Furthermore, connections to Atlas Serverless use a
349
349
load balancer, so the topology will appear as "load-balanced".
350
350
351
+ Note : serverless testing is no longer required, and drivers that no longer support serverless testing MAY omit implementation
352
+ of this requirement and instantly skip all tests that use `serverless : require`.
353
+
351
354
- `serverParameters` : Optional object of server parameters to check against. To check server parameters, drivers send a
352
355
`{ getParameter : 1, <parameter>: 1 }` command to the server using an internal MongoClient. Drivers MAY also choose
353
356
to send a `{ getParameter : ' *' }` command and fetch all parameters at once. The result SHOULD be cached to avoid
@@ -3580,6 +3583,8 @@ other specs *and* collating spec changes developed in parallel or during the sam
3580
3583
3581
3584
# # Changelog
3582
3585
3586
+ - 2025-06-04 : Deprecate the `serverless` runOnRequirement
3587
+
3583
3588
- 2025-04-25 : Drop `_enxcol` collections.
3584
3589
3585
3590
- 2025-04-07 : Add `topologyOpeningEvent` and `topologyClosedEvent` to the unified test format and schema 1.20+ as they
0 commit comments