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

Unified Diff: milo/appengine/buildbot/buildinfo_test.go

Issue 2697223002: Fix LogDog client queries without state. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « logdog/client/coordinator/stream.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/buildinfo_test.go
diff --git a/milo/appengine/buildbot/buildinfo_test.go b/milo/appengine/buildbot/buildinfo_test.go
index 953dba0fea73a3741aee5c7209bfffc3c25b5f2b..4cd7b35d6e95008e164880e8c71578a5cf5cc59d 100644
--- a/milo/appengine/buildbot/buildinfo_test.go
+++ b/milo/appengine/buildbot/buildinfo_test.go
@@ -188,9 +188,7 @@ func TestBuildInfo(t *testing.T) {
&logdog.QueryResponse{
Streams: []*logdog.QueryResponse_Stream{
{
- Path: "foo/bar/+/annotations",
- State: &logdog.LogStreamState{},
- Desc: &logpb.LogStreamDescriptor{},
+ Path: "foo/bar/+/annotations",
},
{
Path: "other/ignore/+/me",
« no previous file with comments | « logdog/client/coordinator/stream.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698