Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20388 )
Change subject: KUDU-3432: Fix flakiness in client-test.cc ...................................................................... KUDU-3432: Fix flakiness in client-test.cc The 'TestGetTableKeyRange' in 'client-test.cc' may be unstable in certain cases. Through analysis, it was determined that the split algorithm might encounter some corner cases when handling written data. To mitigate the impact of these cases on CI, I have increased the amount of data written in the unit tests and modified some logic in dance to enhance the robustness of the unit tests. Change-Id: I1e3fecc09f58d91fe9a8c6d20caa21938dd9c972 Reviewed-on: http://gerrit.cloudera.org:8080/20314 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]> (cherry picked from commit acd1622b0c77b40280753567130a815cbcd93081) Reviewed-on: http://gerrit.cloudera.org:8080/20388 Tested-by: Kudu Jenkins Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Yingchun Lai <[email protected]> --- M src/kudu/client/client-test.cc 1 file changed, 22 insertions(+), 29 deletions(-) Approvals: Kudu Jenkins: Verified Mahesh Reddy: Looks good to me, but someone else must approve Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20388 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I1e3fecc09f58d91fe9a8c6d20caa21938dd9c972 Gerrit-Change-Number: 20388 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
