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

Due to OS version detection, ubuntu and debian are detected as linux, limiting maximum the version of mongo to 4.0 #115

Open
rdar-lab opened this issue Jun 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rdar-lab
Copy link

Describe the bug
The OS detection will detect ubuntu and debian as 'linux'
As such the URLS for download will be limited to a maximum of version 4.0

To Reproduce
Steps to reproduce the behavior:

  1. Use ubuntu server/desktop
  2. Try to set the version using env variables to 6.0
  3. Run with pymongo_inmemory
  4. Check Mongo server version. It will be 4.0

Expected behavior
Version 6.0 should be installed

Logs
Not applicable

Screenshots
Not applicable

Context:

  • OS: Ubuntu 22.04
  • Version of pymongo_inmemory: 0.4.2
@rdar-lab rdar-lab added the bug Something isn't working label Jun 25, 2024
@rdar-lab
Copy link
Author

PR for a fix:
#114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant