Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/17384 )
Change subject: [tests] fix flakiness in TableLocationsCacheMultiMasterTest
......................................................................
[tests] fix flakiness in TableLocationsCacheMultiMasterTest
The TableLocationsCacheMultiMasterTest.ResetCache scenario showed
signs of flakiness. It turned out that the root case of the issue
was the absence of Raft leader leases.
This patch fixes the issue. I ran the scenario using dist-test before
and after this patch (DEBUG builds):
before: 4 out of 256 failed
http://dist-test.cloudera.org/job?job_id=aserbin.1619919271.11533
after : 0 out of 256 failed
http://dist-test.cloudera.org/job?job_id=aserbin.1619919744.16115
Change-Id: Id53f0c537bdf1ec65da7d4bbf695864011f3e2ae
Reviewed-on: http://gerrit.cloudera.org:8080/17384
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Grant Henke <[email protected]>
---
M src/kudu/integration-tests/table_locations-itest.cc
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Alexey Serbin: Verified
Grant Henke: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/17384
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id53f0c537bdf1ec65da7d4bbf695864011f3e2ae
Gerrit-Change-Number: 17384
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Bankim Bhavsar <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)