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

Remove findAndModify integration tests with $ prefixed key for MongoDB 6.0.6 compatibility #2785

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

chilagrow
Copy link
Member

@chilagrow chilagrow commented Jun 5, 2023

Description

Closes #2736.

Previous PR #2779 actually did not fix it for MongoDB 6.0.6. See #2727.

Readiness checklist

  • I added/updated unit tests.
  • I added/updated integration/compatibility tests.
  • 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), 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 Jun 5, 2023
@chilagrow chilagrow self-assigned this Jun 5, 2023
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #2785 (a693e98) into main (a2a4ddb) will decrease coverage by 36.88%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2785       +/-   ##
===========================================
- Coverage   62.93%   26.06%   -36.88%     
===========================================
  Files         441      441               
  Lines       22737    22737               
===========================================
- Hits        14310     5926     -8384     
- Misses       7497    16201     +8704     
+ Partials      930      610      -320     

see 144 files with indirect coverage changes

Flag Coverage Δ
integration 4.94% <ø> (-51.48%) ⬇️
mongodb 4.94% <ø> (ø)
pg ?
unit 24.53% <ø> (ø)

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

@chilagrow chilagrow changed the title Remove findAndModify integration tests with $ prefixed key for MongoDB 6.0.6 Remove findAndModify integration tests with $ prefixed key for MongoDB 6.0.6 compatibility Jun 5, 2023
@chilagrow chilagrow requested review from a team, w84thesun, rumyantseva and noisersup June 5, 2023 07:41
@chilagrow chilagrow marked this pull request as ready for review June 5, 2023 07:41
@chilagrow chilagrow requested a review from a team as a code owner June 5, 2023 07:41
@chilagrow chilagrow enabled auto-merge (squash) June 5, 2023 07:41
Copy link
Member

@noisersup noisersup left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@w84thesun w84thesun left a comment

Choose a reason for hiding this comment

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

LGTM

@chilagrow chilagrow merged commit 90a70a1 into FerretDB:main Jun 5, 2023
@AlekSi AlekSi added this to the v1.3.0 milestone Jun 5, 2023
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.

Fix findAndModify tests for MongoDB 6.0.6
4 participants