issues
search
portworx
/
kvdb
Generic Key-Value interface
Apache License 2.0
40
stars
13
forks
source link
Etcdv3: Add a lock over etcd's maintenance client.
#60
Closed
adityadani
closed
6 years ago
adityadani
commented
6 years ago
Take a lock over the maintence client for etcd v3.
Modified the existing testMemberStatus UT to
start 5 node etcd cluster
stop 2 nodes
spin 16 goroutines and check status of all the 5 members
only the 2 stopped nodes should be unhealthy.
If the lock is removed the testMemberStatus UT will fail.