juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

We need a repeatable way of waiting until the cloud has settled #74

Closed pengale closed 7 years ago

pengale commented 7 years ago

Right now, we rely on health checks to wait until a cloud has settled.

Glitch needs an independent way of waiting. We should generalize the health check, and make it available to other tasks.

pengale commented 7 years ago

I've got some code locally that should address this. Waiting on https://github.com/juju-solutions/matrix/pull/83 to get merged before pushing, though, as it can exacerbate the "matrix never finishes" problem.

pengale commented 7 years ago

PR here: https://github.com/juju-solutions/matrix/pull/84

pengale commented 7 years ago

Merged!