You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUBY-3775 Add build variant for "rapid" server release (#2987)
* Add rapid to the matrix of database versions to test
* hard code the rapid version
drivers-evergreen-tools is (for some reason) pulling 8.3.0-alpha when I
ask for rapid...
* we need the newer drivers-evergreen-tools, after all
* make sure waitress is installed (for ocsp mocking)
* disable mongocryptd specs per SERVER-118428
* some 6.0 specs are broken by changes to mock kms server
* have to approach this with a narrower filter
* ugh, got the logic flipped
* rapid really does mean the latest minor release (even pre-releases)
* skip failing spec (caused by RUBY-3781)
* account for change of behavior in 8.3
* disable FLE & CSOT tests for rapid
* drop_one with invalid index no longer fails under 8.3.0-alpha3
I'm removing this test entirely because it really just checks for server
behavior, rather than driver behavior.
* try to account for crypt shared location
* remove unnecessary environment shenanigans
* Fix more fle specs
* Fix even more fle specs
* Fix as many fle specs as possible
---------
Co-authored-by: Dmitry Rybakov <dmitry.rybakov@mongodb.com>
0 commit comments