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

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

Issue 2117613002: Milo: Add step text for swarming task exceptions (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Tests 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
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 75cd11c13621c9787ff9f038cbc17afe8cc599e7..2b06f13ffcbb5f5276d5fb6e566fc8d6346c7505 100644
--- a/appengine/cmd/milo/swarming/build_test.go
+++ b/appengine/cmd/milo/swarming/build_test.go
@@ -45,6 +45,7 @@ func TestBuild(t *testing.T) {
{"build-pending", "build-pending.json"},
{"build-running", "build-running.json"},
{"build-timeout", "build-timeout.json"},
+ {"build-canceled", "build-canceled.json"},
}
c := context.Background()

Powered by Google App Engine
This is Rietveld 408576698