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

Unified Diff: client/logdog/annotee/annotation/annotation_test.go

Issue 2069283002: milo: fix step duration (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: simplify step duration computation Created 4 years, 6 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: client/logdog/annotee/annotation/annotation_test.go
diff --git a/client/logdog/annotee/annotation/annotation_test.go b/client/logdog/annotee/annotation/annotation_test.go
index a79f7d2b95a10aab42f1d5e26eba2e734680dd8d..0528eeeabfa0caf030051288ae38dc62cf82aa1f 100644
--- a/client/logdog/annotee/annotation/annotation_test.go
+++ b/client/logdog/annotee/annotation/annotation_test.go
@@ -119,8 +119,9 @@ func superfluous(touched stringset.Set) error {
return nil
}
-// playAnnotationScript loads an annotation script from "path" and plays it
-// through the supplied State line-by-line.
+// playAnnotationScript loads named annotation script and plays it
+// through the supplied State line-by-line. Returns path to the annotation
+// script.
//
// Empty lines and lines beginning with "#" are ignored. Preceding whitespace
// is discarded.
@@ -291,6 +292,7 @@ func TestState(t *testing.T) {
"BAZ": "QUX",
},
}},
+ {"timestamps", nil},
{"coverage", nil},
}
« no previous file with comments | « client/logdog/annotee/annotation/annotation.go ('k') | client/logdog/annotee/annotation/test_data/timestamps.annotations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698