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

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

Issue 1844963002: Iterate archive query alongside task queue. (Closed) Base URL: https://github.com/luci/luci-go@collector-gae-classic
Patch Set: Respond to code review comments. Created 4 years, 9 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 | « appengine/logdog/coordinator/backend/util.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/logdog/coordinator/backend/util_test.go
diff --git a/appengine/logdog/coordinator/backend/util_test.go b/appengine/logdog/coordinator/backend/util_test.go
index e1b439828f816e6a74fc00015121fd632ec76b0d..59a237fc7e7820835cc0f7a4671aca1788c894ee 100644
--- a/appengine/logdog/coordinator/backend/util_test.go
+++ b/appengine/logdog/coordinator/backend/util_test.go
@@ -5,7 +5,6 @@
package backend
import (
- "fmt"
"net/http"
"sort"
@@ -49,5 +48,5 @@ func shouldHaveTasks(actual interface{}, expected ...interface{}) string {
}
func archiveTaskName(path string) string {
- return fmt.Sprintf("archive-%s", coordinator.LogStreamFromPath(types.StreamPath(path)).HashID())
+ return archiveTaskNameForHash(coordinator.LogStreamFromPath(types.StreamPath(path)).HashID())
}
« no previous file with comments | « appengine/logdog/coordinator/backend/util.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698