mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14405 from Abirdcfly/main
chore: remove duplicate word in comments
This commit is contained in:
commit
a285b06d63
@ -3250,7 +3250,7 @@ func TestAddNodeCheckQuorum(t *testing.T) {
|
||||
}
|
||||
|
||||
// TestRemoveNode tests that removeNode could update nodes and
|
||||
// and removed list correctly.
|
||||
// removed list correctly.
|
||||
func TestRemoveNode(t *testing.T) {
|
||||
r := newTestRaft(1, 10, 1, newTestMemoryStorage(withPeers(1, 2)))
|
||||
r.applyConfChange(pb.ConfChange{NodeID: 2, Type: pb.ConfChangeRemoveNode}.AsV2())
|
||||
@ -3269,7 +3269,7 @@ func TestRemoveNode(t *testing.T) {
|
||||
}
|
||||
|
||||
// TestRemoveLearner tests that removeNode could update nodes and
|
||||
// and removed list correctly.
|
||||
// removed list correctly.
|
||||
func TestRemoveLearner(t *testing.T) {
|
||||
r := newTestLearnerRaft(1, 10, 1, newTestMemoryStorage(withPeers(1), withLearners(2)))
|
||||
r.applyConfChange(pb.ConfChange{NodeID: 2, Type: pb.ConfChangeRemoveNode}.AsV2())
|
||||
|
Loading…
x
Reference in New Issue
Block a user