Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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]>
- Loading branch information