Skip to content
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

Limit bson version for mongo latest test #2446

Merged
merged 2 commits into from
Feb 17, 2024
Merged

Limit bson version for mongo latest test #2446

merged 2 commits into from
Feb 17, 2024

Conversation

kaylareopelle
Copy link
Contributor

@kaylareopelle kaylareopelle commented Feb 16, 2024

bson 5.0 was released 13 Feb 2024. It is not compatible with Mongo::Connection.new on mongo 1.3.1. For a reason I do not yet understand, without limiting bson to versions less than 5.0, the CI installs mongo 1.3.1 instead of the current 2.19.3 for this nil version test. This also occurs locally.

The mongo Envfile has a lot of wild stuff going on. #2447 exists to try to bring it into alignment with the majority of our other Envfiles.

bson 5.0 was released 13 Feb 2024. It is not compatible with Mongo::Connection.new on mongo 1.3.1. For a reason I do not yet understand, without limiting 'bson' < 5.0, the CI installs mongo 1.3.1 instead of the current 2.19.3 for this nil version test. This also occurs locally.
fallwith
fallwith previously approved these changes Feb 16, 2024
@kaylareopelle kaylareopelle merged commit 414ddad into dev Feb 17, 2024
28 checks passed
@kaylareopelle kaylareopelle deleted the mongo_tests branch February 17, 2024 00:05
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 93.73% 93%
Branch 71.8% 71%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants