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

Unified Diff: appengine/logdog/coordinator/backend/archive_test.go

Issue 1672833003: LogDog: Add log rendering view. Base URL: https://github.com/luci/luci-go@master
Patch Set: Clean up, add tests, little reorg. Created 4 years, 10 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
Index: appengine/logdog/coordinator/backend/archive_test.go
diff --git a/appengine/logdog/coordinator/backend/archive_test.go b/appengine/logdog/coordinator/backend/archive_test.go
index 1579be495c4f3884f93413271a511db8b7db4672..06b93b08dd3a29eecfff1cea3ed2e321cd9cac70 100644
--- a/appengine/logdog/coordinator/backend/archive_test.go
+++ b/appengine/logdog/coordinator/backend/archive_test.go
@@ -156,7 +156,7 @@ func TestHandleArchive(t *testing.T) {
b := Backend{
s: coordinator.Service{
- StorageFunc: func(context.Context) (storage.Storage, error) {
+ IntermediateStorageFunc: func(context.Context) (storage.Storage, error) {
return &st, nil
},
GSClientFunc: func(context.Context) (gs.Client, error) {
« no previous file with comments | « appengine/logdog/coordinator/backend/archive.go ('k') | appengine/logdog/coordinator/backend/storageCleanup.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698