mongodb / specifications

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

DRIVERS-2776 update expected payloads for range tests #1616

Closed kevinAlbs closed 2 months ago

kevinAlbs commented 2 months ago

Summary

Update expected payloads to account for changes in MONGOCRYPT-705.

Tests were verified with the C driver in this patch build

Background & Motivation

Tests require server 8.0.0-rc14 to include SERVER-91889. On server 8.0.0-rc11, tests result in a server error:

Expected success, got error "BSON field 'root.sp' is an unknown field.":

Server 8.0.0-rc15 has been released and appears already downloaded by drivers-evergreen-tools. This PR includes test comments Requires 8.0.0-rc14 for SERVER-91889. to clarify the required server version.


Please complete the following before merging: