Skip to content

Commit a0dfb5e

Browse files
committed
update forbid wording
1 parent fc7fc7a commit a0dfb5e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

source/crud/tests/README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ Each YAML file has the following keys:
6464
- ``serverless``: (optional) Whether or not the test should be run on
6565
serverless instances imitating sharded clusters. Valid values are "require",
6666
"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.
7069

7170
- ``collection_name`` (optional): The collection to use for testing.
7271

source/unified-test-format/unified-test-format.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,8 @@ The structure of this object is as follows:
372372
- ``serverless``: Optional string. Whether or not the test should be run on
373373
serverless instances imitating sharded clusters. Valid values are "require",
374374
"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.
378377

379378
- ``serverParameters``: Optional object of server parameters to check against.
380379
To check server parameters, drivers send a

0 commit comments

Comments
 (0)