Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9719
to look at the new patch set (#2).
Change subject: [rpc-test] OS X-specific fix for TestRpcSidecarLimits
......................................................................
[rpc-test] OS X-specific fix for TestRpcSidecarLimits
As Will noticed, after TestRpcSidecarLimits was updated with 2b0c1c0,
on OS X 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
in TestRpcSidecarLimits to accommodate the new scenario.
This is a follow-up for 2b0c1c019921e485f06c4be280fedba3d5279672.
Change-Id: I17681546fd942724025dfde81eaa412ee7e0acbf
---
M src/kudu/rpc/rpc-test.cc
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/9719/2
--
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: newpatchset
Gerrit-Change-Id: I17681546fd942724025dfde81eaa412ee7e0acbf
Gerrit-Change-Number: 9719
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins