File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ Each YAML file has the following keys:
64
64
- ``serverless ``: (optional) Whether or not the test should be run on
65
65
serverless instances imitating sharded clusters. Valid values are "require",
66
66
"forbid", and "allow". If "require", the test MUST only be run on serverless
67
- instances. If "forbid", the test MUST only be run on actual sharded
68
- deployments. If omitted or "allow", the test can be run on either serverless
69
- instances or on real sharded deployments.
67
+ instances. If "forbid", the test MUST NOT be run on Serverless instances. If
68
+ omitted or "allow", this option has no effect.
70
69
71
70
- ``collection_name `` (optional): The collection to use for testing.
72
71
Original file line number Diff line number Diff line change @@ -372,9 +372,8 @@ The structure of this object is as follows:
372
372
- ``serverless ``: Optional string. Whether or not the test should be run on
373
373
serverless instances imitating sharded clusters. Valid values are "require",
374
374
"forbid", and "allow". If "require", the test MUST only be run on serverless
375
- instances. If "forbid", the test MUST only be run on actual sharded
376
- deployments. If omitted or "allow", the test can be run on either serverless
377
- instances or on real sharded deployments.
375
+ instances. If "forbid", the test MUST NOT be run on Serverless instances. If
376
+ omitted or "allow", this option has no effect.
378
377
379
378
- ``serverParameters ``: Optional object of server parameters to check against.
380
379
To check server parameters, drivers send a
You can’t perform that action at this time.
0 commit comments