-
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
Make aggregate documents compat tests pass for SQLite #3150
Make aggregate documents compat tests pass for SQLite #3150
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3150 +/- ##
==========================================
- Coverage 75.51% 75.17% -0.35%
==========================================
Files 395 395
Lines 21953 21953
==========================================
- Hits 16578 16503 -75
- Misses 4404 4472 +68
- Partials 971 978 +7 see 14 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.
To be honest, I'm not sure if we need failsForSQLite
param for aggregation test cases at all because aggregation is not supported, and it's enough to just fail all the aggregation tests. And also because aggregation is implemented through common, I expect it should be easy to enable it for SQLite. So, I guess as part of #3148 we will have to go through all these cases again and remove failsForSQLite
.
However, potentially, there might be some stages that we won't enable/implement immediately, and, as this code does the job, I approve.
@noisersup this pull request has merge conflicts. |
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 one comment about how we are skipping aggregation 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.
Description
aggregate_documents_compat_test.go
Closes #3131.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.