etcd-mesos icon indicating copy to clipboard operation
etcd-mesos copied to clipboard

Remove deprecated safety.

Open pires opened this issue 8 years ago • 3 comments

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~~

pires avatar Apr 22 '17 21:04 pires

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

jdef avatar Apr 26 '17 20:04 jdef

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

pires avatar Apr 26 '17 21:04 pires

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.

jdef avatar Apr 28 '17 22:04 jdef