Yingchun Lai has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/19947 )
Change subject: [tests] fix flakiness in TestNoMoreRetryWithWongServerUuid
......................................................................
[tests] fix flakiness in TestNoMoreRetryWithWongServerUuid
The TestNoMoreRetryWithWongServerUuid scenario of the DeleteTabletITest
was a bit flaky. The system catalog was sometimes sending in
DeleteTablet RPCs when the original tablet server was still starting
up, so even if DeleteTablet requests went through and were accounted
for, they were responded with an error status because the tablet
manager of the original tablet server wasn't ready to receive such
requests yet, and the catalog manager retried its requests after
receiving such responses.
This patch addresses the flakiness and fixes a typo in the name of the
scenario. The scenario's dist-test stats for a DEBUG build are below.
Before:
6 out of 1024 failed:
http://dist-test.cloudera.org/job?job_id=aserbin.1682129573.9602
After:
0 out of 1024 failed:
http://dist-test.cloudera.org/job?job_id=aserbin.1682133036.42291
Change-Id: I3d3dee89b32d1e33d1f0f41e8b83835b02eae336
Reviewed-on: http://gerrit.cloudera.org:8080/19785
Reviewed-by: Abhishek Chennaka <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
Reviewed-on: http://gerrit.cloudera.org:8080/19947
Reviewed-by: Yingchun Lai <[email protected]>
Tested-by: Kudu Jenkins
Reviewed-by: Yuqi Du <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
---
M src/kudu/integration-tests/delete_tablet-itest.cc
1 file changed, 33 insertions(+), 11 deletions(-)
Approvals:
Yingchun Lai: Looks good to me, but someone else must approve
Kudu Jenkins: Verified
Yuqi Du: Looks good to me, but someone else must approve
Yifan Zhang: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/19947
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.17.x
Gerrit-MessageType: merged
Gerrit-Change-Id: I3d3dee89b32d1e33d1f0f41e8b83835b02eae336
Gerrit-Change-Number: 19947
Gerrit-PatchSet: 2
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Yuqi Du <[email protected]>