KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20314
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 --- M src/kudu/client/client-test.cc 1 file changed, 20 insertions(+), 27 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/14/20314/1 -- To view, visit http://gerrit.cloudera.org:8080/20314 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1e3fecc09f58d91fe9a8c6d20caa21938dd9c972 Gerrit-Change-Number: 20314 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
