thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

tests break because of lazy profile loading when using test context #66

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

When I had moved the public / private keys from a manual process to an automatic one, I accidentally broke some tests that now have a dependency on a user profile existing.

The solution here is to create the user profile as part of the test context. we don't need real data here, we just need it to not try to do the interactive setup.