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

Finite task queue in zimcheck #309

Merged
merged 2 commits into from
Jul 5, 2022
Merged

Conversation

veloman-yunkan
Copy link
Collaborator

Fixes #308

This PR was created on top of #307 in order to be able to test it on stackoverflow.com_en_all_2022-05.zim. #307 must be merged first.

@veloman-yunkan veloman-yunkan requested a review from mgautierfr July 5, 2022 10:49
@mgautierfr
Copy link
Collaborator

LGTM. Need #307 corrected and merged before this one.

Before adding blocking of the input end of the queue,
it must be made explicit that the previous blocking
pertained to the output end.
@veloman-yunkan veloman-yunkan force-pushed the zimcheck_finite_task_queue branch from c5b2ab0 to cbf318d Compare July 5, 2022 13:29
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #309 (cbf318d) into zimcheck_protocol_relative_external_urls (3c5c32e) will increase coverage by 0.07%.
The diff coverage is 82.35%.

@@                             Coverage Diff                              @@
##           zimcheck_protocol_relative_external_urls     #309      +/-   ##
============================================================================
+ Coverage                                     51.18%   51.25%   +0.07%     
============================================================================
  Files                                            21       21              
  Lines                                          1944     1953       +9     
  Branches                                       1152     1154       +2     
============================================================================
+ Hits                                            995     1001       +6     
- Misses                                          947      950       +3     
  Partials                                          2        2              
Impacted Files Coverage Δ
src/zimcheck/checks.cpp 96.84% <82.35%> (-0.89%) ⬇️

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 3c5c32e...cbf318d. Read the comment docs.

Base automatically changed from zimcheck_protocol_relative_external_urls to master July 5, 2022 14:12
@mgautierfr mgautierfr merged commit 1e0e9fa into master Jul 5, 2022
@mgautierfr mgautierfr deleted the zimcheck_finite_task_queue branch July 5, 2022 14:15
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.

Limit task queue size in zimcheck
2 participants