Skip to content
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

Include OpReply error handling #4420

Merged
merged 9 commits into from
Jul 8, 2024
Merged

Conversation

chilagrow
Copy link
Member

@chilagrow chilagrow commented Jul 4, 2024

Description

Closes #<issue_number>.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@chilagrow chilagrow added the code/chore Code maintenance improvements label Jul 4, 2024
@chilagrow chilagrow added this to the Next milestone Jul 4, 2024
@chilagrow chilagrow self-assigned this Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 73.85%. Comparing base (49b2dd1) to head (c988d58).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4420      +/-   ##
==========================================
- Coverage   74.98%   73.85%   -1.14%     
==========================================
  Files         327      327              
  Lines       22646    22652       +6     
==========================================
- Hits        16982    16729     -253     
- Misses       4446     4689     +243     
- Partials     1218     1234      +16     
Files Coverage Δ
internal/clientconn/conn.go 50.33% <0.00%> (-1.03%) ⬇️

... and 32 files with indirect coverage changes

Flag Coverage Δ
filter-false ?
filter-true 66.77% <0.00%> (-2.87%) ⬇️
hana-1 ?
integration 66.77% <0.00%> (-2.93%) ⬇️
mongodb-1 5.22% <0.00%> (-0.02%) ⬇️
mysql-1 ?
mysql-2 ?
mysql-3 ?
postgresql-1 43.62% <0.00%> (-11.00%) ⬇️
postgresql-2 44.65% <0.00%> (-8.60%) ⬇️
postgresql-3 42.69% <0.00%> (-9.58%) ⬇️
postgresql-4 40.01% <0.00%> (-0.02%) ⬇️
postgresql-5 43.44% <0.00%> (-0.02%) ⬇️
sqlite-1 42.85% <0.00%> (-10.77%) ⬇️
sqlite-2 43.67% <0.00%> (-8.63%) ⬇️
sqlite-3 41.91% <0.00%> (-9.39%) ⬇️
sqlite-4 39.17% <0.00%> (-0.02%) ⬇️
sqlite-5 42.75% <0.00%> (-0.10%) ⬇️
unit 33.64% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Contributor

mergify bot commented Jul 5, 2024

@chilagrow this pull request has merge conflicts.

@mergify mergify bot added the conflict PRs that have merge conflicts label Jul 5, 2024
@mergify mergify bot removed the conflict PRs that have merge conflicts label Jul 5, 2024
@chilagrow chilagrow changed the title Add op query tests Add OpReply error handling Jul 5, 2024
@chilagrow chilagrow changed the title Add OpReply error handling Include OpReply error handling Jul 5, 2024
@chilagrow chilagrow marked this pull request as ready for review July 5, 2024 07:38
@chilagrow chilagrow requested a review from a team as a code owner July 5, 2024 07:38
@chilagrow chilagrow requested review from AlekSi, rumyantseva, a team and noisersup July 5, 2024 07:38
@chilagrow chilagrow enabled auto-merge (squash) July 5, 2024 07:38
Copy link
Contributor

@rumyantseva rumyantseva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Issue number in the PR description seems to be missing.

@chilagrow chilagrow merged commit be64b34 into FerretDB:main Jul 8, 2024
38 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants