-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Silences warnings from mongodb client #5025
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5025 +/- ##
==========================================
- Coverage 94.22% 93.79% -0.44%
==========================================
Files 121 122 +1
Lines 8820 8857 +37
==========================================
- Hits 8311 8307 -4
- Misses 509 550 +41
Continue to review full report at Codecov.
|
@@ -689,7 +689,7 @@ describe('Parse.File testing', () => { | |||
); | |||
}); | |||
|
|||
describe_only_db('mongo')('Gridstore Range tests', () => { | |||
xdescribe('Gridstore Range tests', () => { |
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.
disabled as GridFSBucket adapter doesn't share the same API as the other one. And total file length isn't available freely. Perhaps could be fixed if really in use
* Silences warnings from mongodb client * Update count, delete and finds to recommended implementations * With new parser, readPref will be null by default * Update flaky specs wih async/await style * Adds gridstore adapter spec * Use GridFSBucketStorage adapter
No description provided.