mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-16 02:25:37 +00:00
feat: implement restore operation through snapshot browser UI (#27)
This commit is contained in:
@@ -34,6 +34,10 @@ func (t *heapTestTask) Cancel(withStatus v1.OperationStatus) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (t *heapTestTask) OperationId() int64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func TestTaskQueueOrdering(t *testing.T) {
|
||||
h := taskQueue{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user