Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cst: Skip hash loading for some anomaly tests
A method is added which stores a dummy hash on disk. This makes the anomaly detector believe that hashes were loaded from inv. service, which then enables the rest of the test to proceed as written originally. Without this, we do not perform segment existence checks if the hashes are not found on disk. This allows tests which have complex assertions depending on quotas to work unmodified. In real world usage, where hashes are available, quota is largely irrelevant now, but has not been fully removed yet to limit the scope of the change.
- Loading branch information