-
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
Improve validation for createIndexes
and dropIndexes
#2884
Improve validation for createIndexes
and dropIndexes
#2884
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2884 +/- ##
==========================================
- Coverage 63.75% 57.83% -5.93%
==========================================
Files 451 451
Lines 23701 23847 +146
==========================================
- Hits 15110 13791 -1319
- Misses 7623 9089 +1466
+ Partials 968 967 -1
... and 53 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. |
createIndexes
and dropIndexes
createIndexes
and dropIndexes
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.
Overall looks good, added a couple of comments about error formatting.
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, although one test need to be fixed
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!
Up for @rumyantseva and @w84thesun |
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 #2311.
This does not move all error compat test cases to integration test case yet. Let's handle that separately.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.