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

Unified Diff: appengine/cmd/dm/enums/execution/state_string.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: work in progress Created 4 years, 11 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/dm/enums/execution/state_string.go
diff --git a/appengine/cmd/dm/enums/execution/state_string.go b/appengine/cmd/dm/enums/execution/state_string.go
index 00ade891a1f94bac6d017f44eb0df7d8816431e4..f29476a24c7a71bf7d0f0acb068f2be63e7ed4b5 100644
--- a/appengine/cmd/dm/enums/execution/state_string.go
+++ b/appengine/cmd/dm/enums/execution/state_string.go
@@ -4,9 +4,9 @@ package execution
import "fmt"
-const _State_name = "UnknownStateScheduledRunningRejectedFinishedCrashed"
+const _State_name = "UnknownScheduledStartedRejectedTimedOutFinishedFailedMissingCancelled"
-var _State_index = [...]uint8{0, 12, 21, 28, 36, 44, 51}
+var _State_index = [...]uint8{0, 7, 16, 23, 31, 39, 47, 53, 60, 69}
func (i State) String() string {
if i < 0 || i >= State(len(_State_index)-1) {

Powered by Google App Engine
This is Rietveld 408576698