-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
fix: Fix binary download on debian testing/unstable #787
Conversation
what exactly has this PR to do with the mentioned email thread? please add a test to illustrate what the change is meant to cover. tests can be found here |
Updated the commit message, added tests and fixed some more cases. |
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.
mostly looks good to me, with some small changes
packages/mongodb-memory-server-core/src/util/__tests__/MongoInstance.test.ts
Outdated
Show resolved
Hide resolved
packages/mongodb-memory-server-core/src/__tests__/testUtils/globalSetup.ts
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #787 +/- ##
=======================================
Coverage 90.38% 90.39%
=======================================
Files 14 14
Lines 1935 1937 +2
Branches 502 503 +1
=======================================
+ Hits 1749 1751 +2
Misses 177 177
Partials 9 9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
VERSION_ID was removed. See https://tracker.debian.org/news/1433360/accepted-base-files-13-source-into-unstable/ and a similar bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008735
🎉 This PR is included in version 8.15.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 9.0.0-beta.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
VERSION_ID was removed. See
https://tracker.debian.org/news/1433360/accepted-base-files-13-source-into-unstable/
and a similar bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008735