You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each scenario in the file waits for FAILED state with transitional states. But the failure is detected since the origin state is not added to WaitInstance(). Possible symptom is:
Once the instance became RUNNING, openvdc reboot is issued.
The command is not reached to the executor yet so the state is kept to RUNNING.
The first attempt from WaitInstance() sees RUNNING but it is not listed as intermidiate states like []string{"REBOOTING"}
https://ci.openvdc.org/blue/rest/organizations/jenkins/pipelines/citest/branches/master/runs/179/nodes/36/log/
got an error
Each scenario in the file waits for
FAILED
state with transitional states. But the failure is detected since the origin state is not added toWaitInstance()
. Possible symptom is:RUNNING
,openvdc reboot
is issued.RUNNING
.WaitInstance()
seesRUNNING
but it is not listed as intermidiate states like[]string{"REBOOTING"}
The text was updated successfully, but these errors were encountered: