@@ -2979,8 +2979,8 @@ If [test.runOnRequirements](#test_runOnRequirements) is specified, the test runn
29792979
29802980If [initialData](#initialData) is specified, for each [collectionData](#collectiondata) therein the test runner MUST set
29812981up 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`
29842984command to create the collection with the specified options. The test runner MUST then insert the specified documents
29852985(if any). If no documents are present and `createOptions` is not set, the test runner MUST create the collection. If the
29862986topology 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.
33533353
33543354<span id="rationale_dropping_metadata"></span>
33553355
3356- # ## Why are `_enxcol ` collections dropped?
3356+ # ## Why are `enxcol_ ` collections dropped?
33573357
3358- The collections `_enxcol .<collectionName>.esc` and `_enxcol .<collectionName>.ecoc` are
3358+ The collections `enxcol_ .<collectionName>.esc` and `enxcol_ .<collectionName>.ecoc` are
33593359[automatically created](../client-side-encryption/client-side-encryption.md#create-collection-helper) for Queryable
33603360Encryption collections. If these collections are present and non-empty, the server generated `__safeContent__` field may
33613361differ. `__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
34223422
34233423# # Changelog
34243424
3425+ - 2025-08-20 : Fix typo `_enxcol` => `enxcol_`
3426+
34253427- 2025-07-28 : **Schema version 1.25.**
34263428
34273429 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
34383440
34393441- 2025-06-04 : Deprecate the `serverless` runOnRequirement
34403442
3441- - 2025-04-25 : Drop `_enxcol ` collections.
3443+ - 2025-04-25 : Drop `enxcol_ ` collections.
34423444
34433445- 2025-04-07 : Add `topologyOpeningEvent` and `topologyClosedEvent` to the unified test format and schema 1.20+ as they
34443446 were omitted in error.
0 commit comments