[Enhancement] Add unit tests for chunk deletion in garbage collector #684
Labels
area/testing
Testing related
kind/enhancement
Enhancement, improvement, extension
kind/test
Test
status/closed
Issue is closed (either delivered or triaged)
Milestone
Enhancement (What you would like to be added):
Tests for chunk deletion in garbage collection PR#673
Motivation (Why is this needed?):
Adding tests for the chunk deletion in GC ensures that it garbage collects only chunks and doesn't mess up with non-chunk objects in the store. And that the chunk deletion doesn't affect the general flow of operations in backup-restore.
Approach/Hint to the implement solution (optional):
The text was updated successfully, but these errors were encountered: