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

Fixed default fallback for storage engine for mongo versions > 6. #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidwaroquiers
Copy link

Hello!

Thanks a lot for this nice package!

I stumbled across an issue with mongo versions > 6 (actually already raised in #97). The reason is that the "ephemeralForTest" storage engine has been removed in mongo version 7 onwards.

This pull requests solves this by having a different fallback for mongo versions up to 6 ("ephemeralForTest") and mongo versions larger than 6 ("wiredTiger").

@smeng9
Copy link

smeng9 commented Nov 5, 2024

Hi @ekarademir

Is there any chance we can integrate the fallback storage engine for mongodb soon?

infinityredux added a commit to infinityredux/pymongo_inmemory that referenced this pull request Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants