@@ -2979,8 +2979,8 @@ If [test.runOnRequirements](#test_runOnRequirements) is specified, the test runn
2979
2979
2980
2980
If [initialData](#initialData) is specified, for each [collectionData](#collectiondata) therein the test runner MUST set
2981
2981
up the collection. All setup operations MUST use the internal MongoClient and a "majority" write concern. The test
2982
- runner MUST first drop the collection. The test runner must also drop the collections `_enxcol .<collectionName>.esc` and
2983
- ` _enxcol .<collectionName>.ecoc` . If a `createOptions` document is present, the test runner MUST execute a `create`
2982
+ runner MUST first drop the collection. The test runner must also drop the collections `enxcol_ .<collectionName>.esc` and
2983
+ ` enxcol_ .<collectionName>.ecoc` . If a `createOptions` document is present, the test runner MUST execute a `create`
2984
2984
command to create the collection with the specified options. The test runner MUST then insert the specified documents
2985
2985
(if any). If no documents are present and `createOptions` is not set, the test runner MUST create the collection. If the
2986
2986
topology is sharded, the test runner SHOULD use a single mongos for handling [initialData](#initialData) to avoid
@@ -3353,9 +3353,9 @@ enforceable by the JSON schema or the test runner implementation.
3353
3353
3354
3354
<span id="rationale_dropping_metadata"></span>
3355
3355
3356
- # ## Why are `_enxcol ` collections dropped?
3356
+ # ## Why are `enxcol_ ` collections dropped?
3357
3357
3358
- The collections `_enxcol .<collectionName>.esc` and `_enxcol .<collectionName>.ecoc` are
3358
+ The collections `enxcol_ .<collectionName>.esc` and `enxcol_ .<collectionName>.ecoc` are
3359
3359
[automatically created](../client-side-encryption/client-side-encryption.md#create-collection-helper) for Queryable
3360
3360
Encryption collections. If these collections are present and non-empty, the server generated `__safeContent__` field may
3361
3361
differ. `__safeContent__` includes a count of the number of instances of the given value. To do exact matching on
@@ -3422,6 +3422,8 @@ other specs *and* collating spec changes developed in parallel or during the sam
3422
3422
3423
3423
# # Changelog
3424
3424
3425
+ - 2025-08-20 : Fix typo `_enxcol` => `enxcol_`
3426
+
3425
3427
- 2025-07-28 : **Schema version 1.25.**
3426
3428
3427
3429
Add alternate form of `csfle`. Previously it was only a bool. Now it can also be an object containing
@@ -3438,7 +3440,7 @@ other specs *and* collating spec changes developed in parallel or during the sam
3438
3440
3439
3441
- 2025-06-04 : Deprecate the `serverless` runOnRequirement
3440
3442
3441
- - 2025-04-25 : Drop `_enxcol ` collections.
3443
+ - 2025-04-25 : Drop `enxcol_ ` collections.
3442
3444
3443
3445
- 2025-04-07 : Add `topologyOpeningEvent` and `topologyClosedEvent` to the unified test format and schema 1.20+ as they
3444
3446
were omitted in error.
0 commit comments