mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Simplify membership interface: Does not pass the 'unused' token.
This commit is contained in:
@@ -230,7 +230,7 @@ func TestConfigChangeBlocksApply(t *testing.T) {
|
||||
|
||||
func TestProcessDuplicatedAppRespMessage(t *testing.T) {
|
||||
n := newNopReadyNode()
|
||||
cl := membership.NewCluster(zap.NewExample(), "abc")
|
||||
cl := membership.NewCluster(zap.NewExample())
|
||||
|
||||
rs := raft.NewMemoryStorage()
|
||||
p := mockstorage.NewStorageRecorder("")
|
||||
|
||||
Reference in New Issue
Block a user