Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

cleanup queues for non-existent pools and non-existent tasks #2433

Merged
merged 2 commits into from
Sep 22, 2022

Conversation

stishkin
Copy link
Contributor

closes #2432

@stishkin stishkin requested review from Porges and tevoinea September 21, 2022 20:17
@codecov-commenter
Copy link

Codecov Report

Merging #2433 (440f2a8) into main (de766df) will increase coverage by 0.18%.
The diff coverage is 5.55%.

@@            Coverage Diff             @@
##             main    #2433      +/-   ##
==========================================
+ Coverage   29.64%   29.83%   +0.18%     
==========================================
  Files         282      289       +7     
  Lines       33492    35116    +1624     
==========================================
+ Hits         9928    10476     +548     
- Misses      23564    24640    +1076     
Impacted Files Coverage Δ
.../ApiService/ApiService/Functions/TimerRetention.cs 0.00% <0.00%> (ø)
src/ApiService/ApiService/onefuzzlib/Queue.cs 31.31% <0.00%> (-2.03%) ⬇️
...rc/ApiService/ApiService/onefuzzlib/ShrinkQueue.cs 0.00% <0.00%> (ø)
...ApiService/ApiService/onefuzzlib/PoolOperations.cs 36.91% <100.00%> (+0.42%) ⬆️
src/agent/coverage/src/code.rs 14.41% <0.00%> (-5.24%) ⬇️
src/agent/onefuzz/src/fs.rs 55.55% <0.00%> (-4.37%) ⬇️
...c/agent/dynamic-library/src/bin/dynamic-library.rs 2.38% <0.00%> (-0.40%) ⬇️
src/agent/onefuzz-agent/src/worker.rs 62.00% <0.00%> (-0.38%) ⬇️
src/agent/onefuzz/src/process.rs 1.33% <0.00%> (-0.16%) ⬇️
src/agent/onefuzz/src/asan.rs 0.00% <0.00%> (ø)
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor Author

@stishkin stishkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

..

@stishkin stishkin merged commit b14bade into main Sep 22, 2022
@stishkin stishkin deleted the cleanup-queues branch September 22, 2022 15:16
@ghost ghost locked as resolved and limited conversation to collaborators Oct 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add task queue garbage collection
3 participants