etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
47.97k stars 9.79k forks source link

Implement remove add member scenario to robustness tests #15508

Open serathius opened 1 year ago

serathius commented 1 year ago

What would you like to be added?

Implement remove add member scenario to robustness tests. Want robustness test to cover also admin operations on cluster.

Why is this needed?

Spin off https://github.com/etcd-io/etcd/issues/14045

chaochn47 commented 1 year ago

It will greatly benefit the work in https://github.com/etcd-io/etcd/pull/14819. Can I take this?

serathius commented 1 year ago

Feel free to take it

chaochn47 commented 1 year ago

Unfortunately, I don't have bandwidth working on this feature request. I have some ideas but does not have time to implement. So anyone else, feel free to take it.

fuweid commented 1 year ago

Let me try it.