-
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 experimental integration test flag for pushdown sorting #2595
Add experimental integration test flag for pushdown sorting #2595
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2595 +/- ##
===========================================
- Coverage 65.70% 27.20% -38.50%
===========================================
Files 414 414
Lines 20365 20366 +1
===========================================
- Hits 13380 5540 -7840
- Misses 6032 14248 +8216
+ Partials 953 578 -375
... and 134 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
👍
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.
Just comment about newly added test 🤗
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
Tested locally with and without the flag,
ORDER BY
is appended as expected.Added 2 test cases that satisfy pushdown requirements.
Closes #2438.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.