KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21268
Change subject: [tests] Fix flakiness in ClientTest.TestDeleteWithDeletedTableReserveSecondsWorks ...................................................................... [tests] Fix flakiness in ClientTest.TestDeleteWithDeletedTableReserveSecondsWorks The reason for the flakiness of the unit test is that we did not consider corner cases, namely, the time reserved from detecting a table in soft-deleted state until the execution of deletion, during which some operations may occur. We need to reserve more time. However, in order to verify that FLAGS_table_reserve_seconds is indeed effective, the additional time cannot be too long. Taking these two factors into consideration, I added one second of waiting time and performed multiple tests locally using the gtest_repeat parameter to ensure that this modification is effective. Change-Id: Iab3a6a5f54701470e368c043133f4646aa71126d --- M src/kudu/client/client-test.cc 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/68/21268/1 -- To view, visit http://gerrit.cloudera.org:8080/21268 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iab3a6a5f54701470e368c043133f4646aa71126d Gerrit-Change-Number: 21268 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
