Skip to content

Commit 8f6f4a3

Browse files
authored
DRIVERS-2565 Update fle2-* tests to match collection name requirements in SERVER-74069 (#1382)
* update QE state collection names * update QE state collection name in specification
1 parent 90cfaef commit 8f6f4a3

File tree

6 files changed

+246
-246
lines changed

6 files changed

+246
-246
lines changed

source/client-side-encryption/client-side-encryption.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ encryptedFields
114114
.. code::
115115
116116
{
117-
"escCollection": "escCollectionName",
118-
"eccCollection": "eccCollectionName",
119-
"ecocCollection": "ecocCollectionName",
117+
"escCollection": "enxcol_.CollectionName.esc",
118+
"eccCollection": "enxcol_.CollectionName.ecc",
119+
"ecocCollection": "enxcol_.CollectionName.ecoc",
120120
"fields": [
121121
{
122122
"path": "firstName",

source/client-side-encryption/etc/test-templates/fle2-EncryptedFields-vs-EncryptedFieldsMap.yml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ tests:
1515
local: {{ local_provider() }}
1616
encryptedFieldsMap: {
1717
"default.default": {
18-
"escCollection": "esc",
19-
"eccCollection": "ecc",
20-
"ecocCollection": "ecoc",
18+
"escCollection": "enxcol_.default.esc",
19+
"eccCollection": "enxcol_.default.ecc",
20+
"ecocCollection": "enxcol_.default.ecoc",
2121
"fields": []
2222
}
2323
}

0 commit comments

Comments
 (0)