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

Unified Diff: common/logdog/coordinator/query_test.go

Issue 1863973002: LogDog: Update to archival V2. (Closed) Base URL: https://github.com/luci/luci-go@grpcutil-errors
Patch Set: Code review comments, use Pub/Sub, archival staging, quality of life. Created 4 years, 8 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: common/logdog/coordinator/query_test.go
diff --git a/common/logdog/coordinator/query_test.go b/common/logdog/coordinator/query_test.go
index 4065d7daf4d14362933b0476553911166eb99349..6e7a2c3b8a575d30b3ff43a3bcb7a4c6e903afea 100644
--- a/common/logdog/coordinator/query_test.go
+++ b/common/logdog/coordinator/query_test.go
@@ -159,7 +159,6 @@ func TestClientQuery(t *testing.T) {
Streams: []*logdog.QueryResponse_Stream{
gen("a", &logdog.LogStreamState{
Created: google.NewTimestamp(now),
- Updated: google.NewTimestamp(now),
}),
},
}, nil
@@ -172,7 +171,6 @@ func TestClientQuery(t *testing.T) {
Desc: &logpb.LogStreamDescriptor{Prefix: "test", Name: "a"},
State: &StreamState{
Created: now.UTC(),
- Updated: now.UTC(),
},
})
})

Powered by Google App Engine
This is Rietveld 408576698