-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add integration tests for maxTimeMS
in find
, aggregate
and getMore
#2953
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2953 +/- ##
===========================================
- Coverage 76.11% 46.24% -29.88%
===========================================
Files 385 385
Lines 20977 21070 +93
===========================================
- Hits 15967 9743 -6224
- Misses 4082 10548 +6466
+ Partials 928 779 -149
... and 144 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
@chilagrow this pull request has merge conflicts. |
maxTimeMS
in find
, aggregate
and getMore
maxTimeMS
in find
, aggregate
and getMore
maxTimeMS
in find
, aggregate
and getMore
maxTimeMS
in find
, aggregate
and getMore
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.
The code looks good to me overall, I left a couple of tiny questions/comments to clarify a couple of details.
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.
LGTM!
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.
LGTM
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.
Good job!
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.
LGTM
Description
Closes #1808.
In this PR, maxTimeMS is not yet supported. So do not close the issue. It validates maxTimeMS parameter and runs integration test, some tests are only for MongoDB.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.