-
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
Implement ping
command for SQLite
#2965
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2965 +/- ##
==========================================
- Coverage 76.07% 76.07% -0.01%
==========================================
Files 385 385
Lines 20959 20977 +18
==========================================
+ Hits 15945 15958 +13
- Misses 4086 4088 +2
- Partials 928 931 +3
... and 6 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
ping
command for SQLite
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 idea looks good to me, left a few comments/questions.
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 few things to think about 🤗
f8778ae
to
c9d41b1
Compare
Co-authored-by: Chi Fujii <chi.fujii@ferretdb.io>
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 overall to avoid blocking that PR. We are good as long as we don't create databases/collections and introduce changes in the contract (that should be completely reworked anyway…). I also think we miss a check for ok
in the test, but that's minor
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 if we can to test failure case for ping.
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.
LGTM
Description
Closes #2756.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.