mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2565 Update `fle2-*` tests to match collection name requirements in SERVER-74069 #1382

Closed kevinAlbs closed 1 year ago

kevinAlbs commented 1 year ago

Summary

Tested with the Go driver here: https://spruce.mongodb.com/version/63ffbcc532f4174d14a8b56d/tasks

Background & Motivation

SERVER-74069 adds a server requirements for the Queryable Encryption state collection namespaces. State collection names are now required to have the form enxcol_.<collection>.esc, enxcol_.<collection>.ecc, or enxcol_.<collection>.ecoc.

Please complete the following before merging:

- [ ] Update changelog.