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

Make distinct and explain command integration tests pass for SQLite #3159

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

noisersup
Copy link
Member

@noisersup noisersup commented Aug 3, 2023

Description

  • distinct_compat_test.go
  • distinct_test.go
  • explain_compat_test.go

Closes #3131.

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), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #3159 (928970b) into main (5680884) will decrease coverage by 30.96%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #3159       +/-   ##
===========================================
- Coverage   75.37%   44.41%   -30.96%     
===========================================
  Files         393      393               
  Lines       21933    21933               
===========================================
- Hits        16531     9741     -6790     
- Misses       4431    11437     +7006     
+ Partials      971      755      -216     

see 136 files with indirect coverage changes

Flag Coverage Δ
hana ?
integration 34.76% <ø> (-36.99%) ⬇️
mongodb 5.37% <ø> (ø)
pg ?
shard-1 28.34% <ø> (-26.30%) ⬇️
shard-2 30.94% <ø> (-22.19%) ⬇️
shard-3 25.30% <ø> (-33.09%) ⬇️
sqlite 34.37% <ø> (-3.08%) ⬇️
unit 24.61% <ø> (ø)

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

@noisersup noisersup added the code/chore Code maintenance improvements label Aug 3, 2023
@noisersup noisersup changed the title Make distinct command integration tests pass for SQLite Make distinct and explain command integration tests pass for SQLite Aug 3, 2023
@noisersup noisersup marked this pull request as ready for review August 3, 2023 12:47
@noisersup noisersup requested a review from a team as a code owner August 3, 2023 12:47
@noisersup noisersup requested review from AlekSi and chilagrow August 3, 2023 12:47
@noisersup noisersup enabled auto-merge (squash) August 3, 2023 12:47
@noisersup noisersup requested review from a team and rumyantseva August 3, 2023 12:47
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.

:shipit:

@noisersup noisersup merged commit c90c01c into FerretDB:main Aug 3, 2023
@noisersup noisersup deleted the sqlite-tests-distinct-3131 branch August 3, 2023 20:20
@AlekSi AlekSi added this to the v1.8.0 milestone Aug 14, 2023
yonarw pushed a commit to yonarw/FerretDB that referenced this pull request Aug 31, 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.

Make all integration tests "pass" with SQLite
3 participants