Alexey Serbin has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/19785 )

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]>
---
M src/kudu/integration-tests/delete_tablet-itest.cc
1 file changed, 33 insertions(+), 11 deletions(-)

Approvals:
  Abhishek Chennaka: Looks good to me, approved
  Alexey Serbin: Verified

--
To view, visit http://gerrit.cloudera.org:8080/19785
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3d3dee89b32d1e33d1f0f41e8b83835b02eae336
Gerrit-Change-Number: 19785
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>

Reply via email to