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

Recreate test directory #3364

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Recreate test directory #3364

merged 2 commits into from
Sep 15, 2023

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Sep 15, 2023

Description

Closes #3362.

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.

@AlekSi AlekSi added the code/chore Code maintenance improvements label Sep 15, 2023
@AlekSi AlekSi added this to the Next milestone Sep 15, 2023
@AlekSi AlekSi requested a review from a team as a code owner September 15, 2023 03:44
@AlekSi AlekSi self-assigned this Sep 15, 2023
@AlekSi AlekSi enabled auto-merge (squash) September 15, 2023 03:44
@AlekSi AlekSi disabled auto-merge September 15, 2023 03:44
@AlekSi AlekSi enabled auto-merge (squash) September 15, 2023 03:44
@AlekSi AlekSi requested review from a team and noisersup September 15, 2023 03:45
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #3364 (721453b) into main (ecf2b65) will decrease coverage by 1.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3364      +/-   ##
==========================================
- Coverage   74.11%   73.06%   -1.06%     
==========================================
  Files         413      413              
  Lines       25305    25306       +1     
==========================================
- Hits        18755    18490     -265     
- Misses       5465     5702     +237     
- Partials     1085     1114      +29     
Files Changed Coverage
integration/setup/listener.go 100.00%
Flag Coverage Δ
hana-1 ?
hana-2 ?
hana-3 ?
integration 69.92% <100.00%> (-1.23%) ⬇️
mongodb-1 4.72% <0.00%> (-0.01%) ⬇️
pg-1 42.88% <0.00%> (-0.01%) ⬇️
pg-2 ?
pg-3 44.87% <0.00%> (-0.05%) ⬇️
sqlite-1 41.47% <100.00%> (+<0.01%) ⬆️
sqlite-2 43.00% <100.00%> (+<0.01%) ⬆️
sqlite-3 43.75% <100.00%> (+<0.01%) ⬆️
unit 23.03% <ø> (ø)

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

Copy link
Member

@chilagrow chilagrow left a comment

Choose a reason for hiding this comment

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

Thanks for this.

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.

🚀

@AlekSi AlekSi merged commit 19f0906 into FerretDB:main Sep 15, 2023
@AlekSi AlekSi deleted the recreate-dir branch September 15, 2023 06:50
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.

Delete databases created by previous sqlite tests so next test does not fail
3 participants