interop-testing: fix bug of not completing client configure RPC in xDS test client (#7597)

This commit is contained in:
Chengyuan Zhang 2020-11-05 16:16:52 -08:00 committed by GitHub
parent 26d8f9cfa2
commit 01e3832b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,8 @@ public final class XdsTestClient {
newMetadata.put(metadata.getType(), md);
}
rpcConfig = new RpcConfig(request.getTypesList(), newMetadata);
responseObserver.onNext(ClientConfigureResponse.getDefaultInstance());
responseObserver.onCompleted();
}
}