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

Unified Diff: appengine/logdog/coordinator/coordinatorTest/logStream.go

Issue 1863973002: LogDog: Update to archival V2. (Closed) Base URL: https://github.com/luci/luci-go@grpcutil-errors
Patch Set: Fix proto comment. 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: appengine/logdog/coordinator/coordinatorTest/logStream.go
diff --git a/appengine/logdog/coordinator/coordinatorTest/logStream.go b/appengine/logdog/coordinator/coordinatorTest/logStream.go
index ef0af4f718f075f66bf87ab66c43e1477f49c0d6..92ac82ff1ad44d71b471c6591ac6f4db857e9931 100644
--- a/appengine/logdog/coordinator/coordinatorTest/logStream.go
+++ b/appengine/logdog/coordinator/coordinatorTest/logStream.go
@@ -41,7 +41,6 @@ func TestLogStream(c context.Context, desc *logpb.LogStreamDescriptor) *coordina
ls.ProtoVersion = logpb.Version
ls.Created = ds.RoundTime(clock.Now(c).UTC())
- ls.Updated = ds.RoundTime(clock.Now(c).UTC())
ls.Secret = bytes.Repeat([]byte{0x6F}, types.StreamSecretLength)
ls.TerminalIndex = -1
return ls
« no previous file with comments | « appengine/logdog/coordinator/coordinatorTest/config.go ('k') | appengine/logdog/coordinator/coordinatorTest/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698