Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XdsInteropClient] Remove incorrect behavior around keep-open (grpc#3…
…8613) Based on the [spec](https://github.com/grpc/grpc/blob/master/doc/xds-test-descriptions.md#server) and the [reference Java implementation](https://github.com/grpc/grpc-java/blob/master/interop-testing/src/main/java/io/grpc/testing/integration/XdsTestClient.java), it's the server that needs to honor the "keep-open" behavior and not the client. (I'm not changing the server's behavior in this PR, since we are not using C++ servers and instead using Java servers for the concerned tests.) Closes grpc#38613 COPYBARA_INTEGRATE_REVIEW=grpc#38613 from yashykt:FixXdsInteropClientBehavior 99556ba PiperOrigin-RevId: 720999079
- Loading branch information