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

Implement bson2.RawDocument checking #4076

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Feb 14, 2024

Description

Improve tests and fuzzing, add benchmarks.

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.

@mergify mergify bot assigned AlekSi Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (e54842a) 75.83% compared to head (0d565b5) 74.68%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4076      +/-   ##
==========================================
- Coverage   75.83%   74.68%   -1.15%     
==========================================
  Files         343      344       +1     
  Lines       21959    21993      +34     
==========================================
- Hits        16652    16426     -226     
- Misses       4021     4299     +278     
+ Partials     1286     1268      -18     
Files Coverage Δ
internal/bson2/bson2.go 81.66% <ø> (+8.33%) ⬆️
internal/bson2/raw_document.go 80.74% <97.05%> (+8.17%) ⬆️
internal/bson2/decodemode_string.go 0.00% <0.00%> (ø)
internal/bson2/raw_array.go 36.84% <41.66%> (+7.80%) ⬆️

... and 26 files with indirect coverage changes

Flag Coverage Δ
filter-false ?
filter-true 66.06% <0.00%> (-1.55%) ⬇️
hana-1 ?
integration 66.06% <0.00%> (-1.62%) ⬇️
mongodb-1 4.77% <0.00%> (-0.01%) ⬇️
mysql-1 ?
mysql-2 ?
mysql-3 ?
postgresql-1 49.20% <0.00%> (-0.18%) ⬇️
postgresql-2 46.21% <0.00%> (-0.19%) ⬇️
postgresql-3 47.46% <0.00%> (-0.16%) ⬇️
sqlite-1 48.40% <0.00%> (-0.27%) ⬇️
sqlite-2 45.34% <0.00%> (-0.14%) ⬇️
sqlite-3 46.58% <0.00%> (-0.17%) ⬇️
unit 33.05% <74.50%> (+0.19%) ⬆️

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

@AlekSi AlekSi added this to the Next milestone Feb 14, 2024
@AlekSi AlekSi added the code/chore Code maintenance improvements label Feb 14, 2024
@AlekSi AlekSi marked this pull request as ready for review February 14, 2024 07:06
@AlekSi AlekSi requested a review from a team as a code owner February 14, 2024 07:06
@AlekSi AlekSi enabled auto-merge (squash) February 14, 2024 07:06
@AlekSi AlekSi requested review from a team, henvic and noisersup February 14, 2024 07:06
@AlekSi
Copy link
Member Author

AlekSi commented Feb 14, 2024

@henvic @rumyantseva PTAL

Copy link
Member

@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.

Looks good!

@AlekSi AlekSi merged commit e1eaaad into FerretDB:main Feb 14, 2024
30 of 33 checks passed
@AlekSi AlekSi deleted the bson2-check branch February 14, 2024 16:32
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.

None yet

3 participants