|
|
cli.SetEndpoints(eps[toKill%3], eps[(toKill+1)%3])
|
|
cli.SetEndpoints(eps[toKill%3], eps[(toKill+1)%3])
|
|
|
if _, err = cli.Get(ctx, "foo", clientv3.WithSerializable()); err != nil {
|
|
if _, err = cli.Get(ctx, "foo", clientv3.WithSerializable()); err != nil {
|