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 query integration tests pass for SQLite #3182

Merged
merged 3 commits into from Aug 10, 2023

Conversation

noisersup
Copy link
Member

@noisersup noisersup commented Aug 9, 2023

Description

  • query_test.go

Some of the tests inside this file are unstable, I've appended the file to the scope of #3172.
Other query tests seem to pass.

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 9, 2023

Codecov Report

Merging #3182 (79ea526) into main (9a77e92) will decrease coverage by 3.74%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3182      +/-   ##
==========================================
- Coverage   75.46%   71.72%   -3.74%     
==========================================
  Files         396      396              
  Lines       22202    22202              
==========================================
- Hits        16755    15925     -830     
- Misses       4462     5247     +785     
- Partials      985     1030      +45     

see 50 files with indirect coverage changes

Flag Coverage Δ
hana ?
integration 68.01% <ø> (-3.86%) ⬇️
mongodb 5.30% <ø> (ø)
pg 60.02% <ø> (-5.16%) ⬇️
shard-1 55.57% <ø> (+0.31%) ⬆️
shard-2 26.48% <ø> (-28.31%) ⬇️
shard-3 57.00% <ø> (-0.12%) ⬇️
sqlite 37.46% <ø> (-0.81%) ⬇️
unit 24.65% <ø> (ø)

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

@noisersup noisersup changed the title wip Make query integration tests pass for SQLite Aug 9, 2023
@noisersup noisersup added the code/chore Code maintenance improvements label Aug 9, 2023
@noisersup noisersup requested review from a team, rumyantseva and chilagrow August 9, 2023 12:35
@noisersup noisersup marked this pull request as ready for review August 9, 2023 12:35
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.

:shipit:

@noisersup noisersup enabled auto-merge (squash) August 9, 2023 16:37
Copy link
Contributor

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

:shipit:

@noisersup noisersup merged commit f00c4d7 into FerretDB:main Aug 10, 2023
24 of 29 checks passed
@noisersup noisersup deleted the sqlite-tests-query-test-3131 branch August 10, 2023 01:29
@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
4 participants