juju-solutions / matrix

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

Matrix should create a model to run tests in #38

Closed pengale closed 7 years ago

pengale commented 7 years ago

Matrix breaks things when it runs, which is bad if you accidentally run it against production, and reset is unreliable.

Both of these issues would be addressed if Matrix spun up a custom, uniquely id'ed model.

A complete solution would allow the config to override this behavior, so that pre-existing models could be reused if desired.

pengale commented 7 years ago

@johnsca Addressed this in https://github.com/juju-solutions/matrix/pull/43