Will Berkeley has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11705 )
Change subject: Fix flakiness in MultiThreadedRpcTest.TestBlowOutServiceQueue ...................................................................... Fix flakiness in MultiThreadedRpcTest.TestBlowOutServiceQueue Commit eded05723e changed the error message returned by Socket::Recv when EOF is received from the remote. The corresponding string used for matching in TestBlowOutServiceQueue was not updated, so in rare circumstances the test would fail because it saw an unexpected error message. Change-Id: I952f4a01ecf73de5c92c6b0820b9176dde0a5a8f Reviewed-on: http://gerrit.cloudera.org:8080/11705 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/rpc/mt-rpc-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I952f4a01ecf73de5c92c6b0820b9176dde0a5a8f Gerrit-Change-Number: 11705 Gerrit-PatchSet: 2 Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
