-
Notifications
You must be signed in to change notification settings - Fork 245
DRIVERS-2295 Convert CSFLE spec tests to unified test format #1784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Kevin Albertson <kevin.albertson@10gen.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting. Initial comments.
source/client-side-encryption/tests/legacy/fle2v2-BypassQueryAnalysis.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Kevin Albertson <kevin.eric.albertson@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @ShaneHarvey and @rozza may I request trying these tests in Python and/or Java? That might help gain more confidence in the migrated tests work in case there are quirks in the C driver test runner. Unified test format changes to add support for autoEncryptOpts
are in DRIVERS-3106.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good one request:
Could timeoutMS.yml
tests increase the timeoutMS
and blockTimeMS
by a factor of 10 as these timeout on evergreen.
It appears the java legacy versions were skipped due to this.
Other than that - LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a little bit last minute but #1823 (comment) is considering implementing a minLibmongocryptVersion
runOnRequirement for FLE tests. If we do accept that change to the unified test format, could we also add min libmongocrypt version requirements to the new tests in this PR?
Note: some legacy tests were skipped by the C driver. The unified version is also untested.
$type
and C driver failing to parse: CDRIVER-3387).C driver Evergreen
New tests depend on unified test runner changes from DRIVERS-3106.