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
includes a check for the json field deploymentUpdateStatus which seemingly creates a race condition. The field may not be available soon enough after requesting the deployment and subsequently requesting the status of the application.
The deploy goal for plugin 2.3.2 does not correctly verify that the application has been deployed and started.
https://github.com/mulesoft/mule-maven-plugin/blob/2.x/mule-deployer/src/main/java/org/mule/tools/verification/cloudhub/CloudHubDeploymentVerification.java#L52
includes a check for the json field
deploymentUpdateStatus
which seemingly creates a race condition. The field may not be available soon enough after requesting the deployment and subsequently requesting the status of the application.Here's an example of the behavior
The text was updated successfully, but these errors were encountered: