mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
coverage: add failure injection framework
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
f47c8222c2
commit
e0a1a82890
@@ -47,4 +47,5 @@ var (
|
||||
ErrSyncMissingCatalog = errors.New("sync: couldn't fetch upstream registry's catalog")
|
||||
ErrMethodNotSupported = errors.New("storage: method not supported")
|
||||
ErrInvalidMetric = errors.New("metrics: invalid metric func")
|
||||
ErrInjected = errors.New("test: injected failure")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user