Skip to content

Commit

Permalink
[hotfix][rest] Add missing enum values to API snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gm7y8 committed Oct 6, 2020
1 parent 45a9b35 commit 3dceaca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flink-runtime-web/src/test/resources/rest_api_v1.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
},
"status" : {
"type" : "string",
"enum" : [ "CREATED", "RUNNING", "FAILING", "FAILED", "CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED", "RECONCILING" ]
"enum" : [ "INITIALIZING", "CREATED", "RUNNING", "FAILING", "FAILED", "CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED", "RECONCILING" ]
}
}
}
Expand Down Expand Up @@ -697,7 +697,7 @@
},
"state" : {
"type" : "string",
"enum" : [ "CREATED", "RUNNING", "FAILING", "FAILED", "CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED", "RECONCILING" ]
"enum" : [ "INITIALIZING", "CREATED", "RUNNING", "FAILING", "FAILED", "CANCELLING", "CANCELED", "FINISHED", "RESTARTING", "SUSPENDED", "RECONCILING" ]
},
"start-time" : {
"type" : "integer"
Expand Down Expand Up @@ -3106,4 +3106,4 @@
}
}
} ]
}
}

0 comments on commit 3dceaca

Please sign in to comment.