Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: golden/go/digesttools/digesttools_test.go

Issue 1401563003: Enable clear/purge for failed digests (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Added unit test to FileDiffStore Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « golden/go/diff/diff.go ('k') | golden/go/filediffstore/filediffstore.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/go/digesttools/digesttools_test.go
diff --git a/golden/go/digesttools/digesttools_test.go b/golden/go/digesttools/digesttools_test.go
index 768d6241ab12b413e1e387ad9558e8792ae36b6a..77795d040c86512e8652a7af6195ff12b163c382 100644
--- a/golden/go/digesttools/digesttools_test.go
+++ b/golden/go/digesttools/digesttools_test.go
@@ -15,7 +15,7 @@ type MockDiffStore struct{}
func (m MockDiffStore) AbsPath(digest []string) map[string]string { return nil }
func (m MockDiffStore) UnavailableDigests() map[string]*diff.DigestFailure { return nil }
-func (m MockDiffStore) PurgeDigests(digests []string, purgeGS bool) {}
+func (m MockDiffStore) PurgeDigests(digests []string, purgeGS bool) error { return nil }
func (m MockDiffStore) SetDigestSets(namedDigestSets map[string]map[string]bool) {}
// Get always finds that digest "eee" is closest to dMain.
« no previous file with comments | « golden/go/diff/diff.go ('k') | golden/go/filediffstore/filediffstore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698