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

Unified Diff: tumble/process_test.go

Issue 2221713002: Make memlock less verbose. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Fix process test in tumble Created 4 years, 4 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/memlock/memlock.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tumble/process_test.go
diff --git a/tumble/process_test.go b/tumble/process_test.go
index 0e8ef5c9e745c5eb367888a8d72a222d4f16fe37..29c94b022958edcada65dd1b3656f76ac3e868a8 100644
--- a/tumble/process_test.go
+++ b/tumble/process_test.go
@@ -40,8 +40,7 @@ func TestTumbleFiddlyBits(t *testing.T) {
"Processing tumble shard.", map[string]interface{}{"shard": uint64(10)}),
ShouldBeTrue)
So(l.Has(logging.Info,
- "early exit, 0001-02-03 05:05:10 +0000 UTC > 0001-02-03 04:05:12 +0000 UTC",
- map[string]interface{}{"clientID": "-62132730888_10", "key": "tumble.10.lock"}),
+ "early exit, 0001-02-03 05:05:10 +0000 UTC > 0001-02-03 04:05:12 +0000 UTC", nil),
ShouldBeTrue)
})
})
« no previous file with comments | « appengine/memlock/memlock.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698