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

rpm: add copy to SQLite test #1332

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

hdonnay
Copy link
Member

@hdonnay hdonnay commented May 2, 2024

SQLite attempts to open WAL files alongside the database, which is a problem when running the tests out of a module download.

@hdonnay hdonnay requested a review from a team as a code owner May 2, 2024 21:38
@hdonnay hdonnay requested review from crozzy and removed request for a team May 2, 2024 21:38
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.27%. Comparing base (34c3319) to head (3a2b8a6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1332      +/-   ##
==========================================
- Coverage   56.28%   56.27%   -0.02%     
==========================================
  Files         266      266              
  Lines       16844    16844              
==========================================
- Hits         9481     9479       -2     
- Misses       6400     6401       +1     
- Partials      963      964       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

SQLite attempts to open WAL files alongside the database, which is a
problem when running the tests out of a module download.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
@hdonnay
Copy link
Member Author

hdonnay commented May 10, 2024

/fast-forward

@github-actions github-actions bot merged commit 3a2b8a6 into quay:main May 10, 2024
8 checks passed
@hdonnay hdonnay deleted the bug/rpm-test branch May 10, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants