Skip to content

Commit c5cae19

Browse files
committed
add test for reconnection
1 parent 766d37c commit c5cae19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/integration/grpc_management_plane_api_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ func TestGrpc_Reconnection(t *testing.T) {
200200
startErr := mockManagementPlaneGrpcContainer.Start(ctx)
201201
require.NoError(t, startErr)
202202

203-
//ipAddress, err := mockManagementPlaneGrpcContainer.Host(ctx)
204-
//require.NoError(t, err)
205-
//ports, err := mockManagementPlaneGrpcContainer.Ports(ctx)
206-
//require.NoError(t, err)
207-
//mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
203+
// ipAddress, err := mockManagementPlaneGrpcContainer.Host(ctx)
204+
// require.NoError(t, err)
205+
// ports, err := mockManagementPlaneGrpcContainer.Ports(ctx)
206+
// require.NoError(t, err)
207+
// mockManagementPlaneAPIAddress = net.JoinHostPort(ipAddress, ports["9093/tcp"][0].HostPort)
208208

209209
time.Sleep(10 * time.Second)
210210

0 commit comments

Comments
 (0)