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

Unified Diff: appengine/cmd/dm/mutate/record_completion_test.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file 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
« no previous file with comments | « appengine/cmd/dm/mutate/record_completion.go ('k') | appengine/cmd/dm/mutate/schedule_execution.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/dm/mutate/record_completion_test.go
diff --git a/appengine/cmd/dm/mutate/record_completion_test.go b/appengine/cmd/dm/mutate/record_completion_test.go
index 2cdd53290a1a0777619e28af5f6a9d34c59a8a92..864fef025f080b9d84b99b024c755f63e76e06ef 100644
--- a/appengine/cmd/dm/mutate/record_completion_test.go
+++ b/appengine/cmd/dm/mutate/record_completion_test.go
@@ -63,9 +63,7 @@ func TestRecordCompletion(t *testing.T) {
muts, err := rc.RollForward(c)
So(err, ShouldBeNil)
- So(muts, ShouldResemble, []tumble.Mutation{
- &AckFwdDep{Dep: bd.Edge(), DepIsFinished: true},
- })
+ So(muts, ShouldResemble, []tumble.Mutation{&AckFwdDep{bd.Edge()}})
So(ds.Get(bdg, bd), ShouldBeNil)
So(bdg.AttemptFinished, ShouldBeTrue)
« no previous file with comments | « appengine/cmd/dm/mutate/record_completion.go ('k') | appengine/cmd/dm/mutate/schedule_execution.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698