Hello Alexey Serbin, Abhishek Chennaka,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/19947

to review the following change.


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(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/19947/1
--
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: newchange
Gerrit-Change-Id: I3d3dee89b32d1e33d1f0f41e8b83835b02eae336
Gerrit-Change-Number: 19947
Gerrit-PatchSet: 1
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>

Reply via email to