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

Add VACUUM for SQLiteAckQueue #127

Merged
merged 1 commit into from
Mar 9, 2020
Merged

Add VACUUM for SQLiteAckQueue #127

merged 1 commit into from
Mar 9, 2020

Conversation

peter-wangxu
Copy link
Owner

fixes #78 #126 #107

@codecov
Copy link

codecov bot commented Mar 9, 2020

Codecov Report

Merging #127 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   95.48%   95.49%   +0.01%     
==========================================
  Files          15       15              
  Lines        1506     1510       +4     
  Branches      162      162              
==========================================
+ Hits         1438     1442       +4     
  Misses         47       47              
  Partials       21       21
Flag Coverage Δ
#python 95.49% <100%> (+0.01%) ⬆️
Impacted Files Coverage Δ
persistqueue/tests/test_sqlackqueue.py 100% <100%> (ø) ⬆️
persistqueue/sqlackqueue.py 96.36% <100%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7bdbcde...84f7148. Read the comment docs.

@peter-wangxu peter-wangxu merged commit 321197b into master Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ACK Queue: clear_acked_data() behavior
1 participant