etcd-mesos
etcd-mesos copied to clipboard
Remove deprecated safety.
Fixes #56
Performed the following tests:
- [x] (a) start up an etcd cluster; make sure that the number of expected servers is brought online
- [x] (b) kill a server, make sure that etcd-mesos brings it back online
- [x] (c) kill a node; make sure that etcd-mesos can cope with that (assuming that normal cluster size is >= 3 servers)
- [ ] ~~(d) bring the node back online; etcd should launch a server on it~~
would like, at least, manual fault injection testing to verify that this change doesn't break anything
What manual fault injection tests are you specifically referring to? I ran the ones identified above.
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.