mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

Make cleanup deterministic and thorough #79

Closed richfitz closed 1 year ago

richfitz commented 1 year ago

This PR updates the test and vignette running to ensure that no remaining R processes or keys are left in the redis database. This was a bit of a fiddle to do! I was going to work on mrc-4065 (clean up workers) but feel like this was really needed first.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (385d243) 100.00% compared to head (aae41a3) 100.00%.

:exclamation: Current head aae41a3 differs from pull request most recent head 103ba30. Consider uploading reports for the commit 103ba30 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 27 27 Lines 1713 1717 +4 ========================================= + Hits 1713 1717 +4 ``` | [Impacted Files](https://codecov.io/gh/mrc-ide/rrq/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide) | Coverage Δ | | |---|---|---| | [R/rrq\_controller.R](https://codecov.io/gh/mrc-ide/rrq/pull/79?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9ycnFfY29udHJvbGxlci5S) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.