mongodb / specifications

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

DRIVERS-2732 Remove extra listCollections from KMIP delegated tests #1591

Closed adriandole closed 4 months ago

adriandole commented 4 months ago

Please complete the following before merging:

An extra listCollections event was included by mistake in the JSON test from KMIP delegated. The test passes with the C driver despite the inclusion because of a quirk in the C driver's test runner. Thanks @katcharov for spotting it.