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

Unified Diff: appengine/cmd/milo/swarming/build_test.go

Issue 2141013003: milo: fix build/step timing (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: retrain Created 4 years, 5 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/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-canceled.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/swarming/build_test.go
diff --git a/appengine/cmd/milo/swarming/build_test.go b/appengine/cmd/milo/swarming/build_test.go
index 2b06f13ffcbb5f5276d5fb6e566fc8d6346c7505..040abe8fbfc64944d7ee1e837ca9c8cb3e446d32 100644
--- a/appengine/cmd/milo/swarming/build_test.go
+++ b/appengine/cmd/milo/swarming/build_test.go
@@ -46,6 +46,7 @@ func TestBuild(t *testing.T) {
{"build-running", "build-running.json"},
{"build-timeout", "build-timeout.json"},
{"build-canceled", "build-canceled.json"},
+ {"build-hang", "build-hang.json"},
}
c := context.Background()
« no previous file with comments | « appengine/cmd/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-canceled.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698