Implement local scrubbing for EC volumes. (#8283)

This commit is contained in:
Lisandro Pin
2026-02-11 20:04:08 +01:00
committed by GitHub
parent 2a73219397
commit e657e7d827
8 changed files with 111 additions and 27 deletions

View File

@@ -50,13 +50,6 @@ func TestCheckIndexFile(t *testing.T) {
fmt.Errorf("expected an index file of size 2540, got 2528"),
},
},
{
name: "healthy EC index",
indexPath: "./test_files/389.ecx",
version: needle.Version3,
want: 485098,
wantErrs: []error{},
},
{
name: "healthy EC index with deleted files",
indexPath: "./test_files/deleted_files.ecx",

Binary file not shown.