mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Backport go_srcs_in_module changes and fix goword failures.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
@@ -712,7 +712,7 @@ func TestServeMembers(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: consolidate **ALL** fake server implementations and add no leader test case.
|
||||
// TestServeLeader TODO: consolidate **ALL** fake server implementations and add no leader test case.
|
||||
func TestServeLeader(t *testing.T) {
|
||||
memb1 := membership.Member{ID: 1, Attributes: membership.Attributes{ClientURLs: []string{"http://localhost:8080"}}}
|
||||
memb2 := membership.Member{ID: 2, Attributes: membership.Attributes{ClientURLs: []string{"http://localhost:8081"}}}
|
||||
|
||||
Reference in New Issue
Block a user