Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9719 )
Change subject: [rpc-test] macOS-specific fix for TestRpcSidecarLimits ...................................................................... [rpc-test] macOS-specific fix for TestRpcSidecarLimits As Will noticed, after TestRpcSidecarLimits was updated with 2b0c1c0, on macOS the following new error surfaced while running the test (which is completely legit in accordance with 'man sendmsg'): Network error: sendmsg error: Invalid argument (error 22) This patch updates the pattern of the expected error message for the case if sendmsg() returns EINVAL when the sum of the iov_len values overflows an ssize_t. This is a follow-up for 2b0c1c019921e485f06c4be280fedba3d5279672. Change-Id: I17681546fd942724025dfde81eaa412ee7e0acbf Reviewed-on: http://gerrit.cloudera.org:8080/9719 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Will Berkeley <[email protected]> --- M src/kudu/rpc/rpc-test.cc 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Alexey Serbin: Verified Will Berkeley: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9719 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I17681546fd942724025dfde81eaa412ee7e0acbf Gerrit-Change-Number: 9719 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
