Skip to content

Commit 7f2f473

Browse files
committed
debug
1 parent c59868f commit 7f2f473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/xds/xds_client_custom_lb_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func (s) TestWrrLocality(t *testing.T) {
235235
Clusters: []*v3clusterpb.Cluster{clusterWithLBConfiguration(t, clusterName, endpointsName, e2e.SecurityLevelNone, test.wrrLocalityConfiguration)},
236236
Endpoints: []*v3endpointpb.ClusterLoadAssignment{e2e.EndpointResourceWithOptions(e2e.EndpointOptions{
237237
ClusterName: endpointsName,
238-
Host: "127.0.0.1",
238+
Host: "localhost",
239239
Localities: []e2e.LocalityOptions{
240240
{
241241
Backends: []e2e.BackendOptions{{Port: port1}, {Port: port2}},
@@ -268,6 +268,7 @@ func (s) TestWrrLocality(t *testing.T) {
268268
addrDistWant = append(addrDistWant, resolver.Address{Addr: addrAndCount.addr})
269269
}
270270
}
271+
fmt.Printf("addrDistWant %v\n", addrDistWant)
271272
if err := roundrobin.CheckWeightedRoundRobinRPCs(ctx, client, addrDistWant); err != nil {
272273
t.Fatalf("Error in expected round robin: %v", err)
273274
}

0 commit comments

Comments
 (0)