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
The test "should not rollback if previous ASG has disappeared" in DeploymentWorkflowSpec seems to be flaky. Something in the interaction of the mock throwing the exception:
then: 1 * mockActivities.reasonAsgIsNotOperational(userContext, 'the_seaward-v003', 1) >> {
throw new IllegalStateException('Something really went wrong!')
}
and the code in DeploymentWorkflowImpl at scaleAsg():
The test "should not rollback if previous ASG has disappeared" in DeploymentWorkflowSpec seems to be flaky. Something in the interaction of the mock throwing the exception:
and the code in DeploymentWorkflowImpl at
scaleAsg()
:causes the test to hang on some occasions at line 232:
waitFor(anyPromises(startupTimeout.result, asgIsOperational.result)) {...
Sometimes the test passes fine. We see this pass/fail behaviour in subsequent runs of the test.
The text was updated successfully, but these errors were encountered: