Alexey Serbin has submitted this change and it was merged. Change subject: KUDU-2021 test for negotiation timeout on Master RPCs ......................................................................
KUDU-2021 test for negotiation timeout on Master RPCs This patch adds integration tests to verify that the Kudu C++ client behaves as described in KUDU-2021: in case of a multi-master Kudu cluster, the client retries an RPC with other master if the connection negotiation with leader master times out. Change-Id: Ib62126c9d8c6c65f447c5d03a0377eaff823393c Reviewed-on: http://gerrit.cloudera.org:8080/6927 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt A src/kudu/integration-tests/client-negotiation-failover-itest.cc M src/kudu/integration-tests/client_failover-itest.cc 3 files changed, 276 insertions(+), 130 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6927 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib62126c9d8c6c65f447c5d03a0377eaff823393c Gerrit-PatchSet: 12 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
