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

@@ -13,7 +13,7 @@ import (
func TestPositioning(t *testing.T) {
ecxFile, err := os.OpenFile("../idx/test_files/389.ecx", os.O_RDONLY, 0)
ecxFile, err := os.OpenFile("./test_files/389.ecx", os.O_RDONLY, 0)
if err != nil {
t.Errorf("failed to open ecx file: %v", err)
}