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

Do not break fuzzing initialization #2951

Merged
merged 1 commit into from Jul 3, 2023
Merged

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Jul 2, 2023

Description

Closes #2940.
Refs #1636.

Please do not recommend rm -fr tmp as a workaround after that.

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.

@AlekSi AlekSi added the code/chore Code maintenance improvements label Jul 2, 2023
@AlekSi AlekSi added this to the Next milestone Jul 2, 2023
@AlekSi AlekSi self-assigned this Jul 2, 2023
@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Merging #2951 (bf14d6e) into main (206abe8) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2951   +/-   ##
=======================================
  Coverage   63.99%   64.00%           
=======================================
  Files         451      451           
  Lines       24074    24073    -1     
=======================================
  Hits        15407    15407           
+ Misses       7707     7706    -1     
  Partials      960      960           
Impacted Files Coverage Δ
internal/wire/record.go 14.51% <0.00%> (+0.23%) ⬆️
Flag Coverage Δ
integration 57.43% <0.00%> (+<0.01%) ⬆️
mongodb 4.84% <0.00%> (+<0.01%) ⬆️
pg 57.36% <0.00%> (+<0.01%) ⬆️
shard-1 41.77% <0.00%> (+<0.01%) ⬆️
shard-2 42.31% <0.00%> (+<0.01%) ⬆️
shard-3 46.03% <0.00%> (-0.11%) ⬇️
unit 24.11% <0.00%> (-0.03%) ⬇️

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

@AlekSi AlekSi marked this pull request as ready for review July 3, 2023 01:08
@AlekSi AlekSi requested a review from a team as a code owner July 3, 2023 01:08
@AlekSi AlekSi enabled auto-merge (squash) July 3, 2023 01:09
@AlekSi AlekSi requested review from a team, rumyantseva and noisersup July 3, 2023 01:09
@AlekSi AlekSi disabled auto-merge July 3, 2023 07:52
@AlekSi AlekSi merged commit 7fbc583 into FerretDB:main Jul 3, 2023
27 of 33 checks passed
@AlekSi AlekSi deleted the fix-fuzzing branch July 3, 2023 07:52
@AlekSi AlekSi modified the milestones: Next, v1.5.0 Jul 3, 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.

Facing errors while running test cases
2 participants