mesosphere-backup / etcd-mesos

self-healing etcd on mesos!
Apache License 2.0
68 stars 19 forks source link

Remove deprecated safety. #119

Open pires opened 7 years ago

pires commented 7 years ago

Fixes #56

Performed the following tests:

jdef commented 7 years ago

would like, at least, manual fault injection testing to verify that this change doesn't break anything

pires commented 7 years ago

What manual fault injection tests are you specifically referring to? I ran the ones identified above.

jdef commented 7 years ago

tyler used to execute exhaustive manual fault injection while testing changes like this. we don't have anything automated yet to execute those tests. According to notes in #56:

It's probably safe to remove now, but we need to do fault injection without it to increase our confidence.

Simple fault injection testing is probably not enough to have confidence in this change.