Hello Alexey Serbin, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15174
to look at the new patch set (#2).
Change subject: [rpc-test] fix flaky TestCancellation
......................................................................
[rpc-test] fix flaky TestCancellation
KUDU-3042 added a test case for the interaction between rpc
cancellation and rpc timeouts. This test was flaky as it assumed that
rpcs that are cancelled will return with an aborted status, which is
not always the case due to cancellation being best effort.
The fix is to make the test more permissive by allowing the rpcs to
fail with either an aborted or a timed out status.
Change-Id: If140a9215c94d781c2c61ec30b18d2d67d80310a
---
M src/kudu/rpc/rpc-test-base.h
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/15174/2
--
To view, visit http://gerrit.cloudera.org:8080/15174
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If140a9215c94d781c2c61ec30b18d2d67d80310a
Gerrit-Change-Number: 15174
Gerrit-PatchSet: 2
Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)