Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19943 )
Change subject: [tests] Fix flakiness in log-rolling-itest.cc ...................................................................... [tests] Fix flakiness in log-rolling-itest.cc The test TestLogCleanupOnStartup within log-rolling-itest.cc has been flaky with a 30% failure rate for the last 2+ weeks. The timeout within the test was increased from 30 to 60 seconds to allow the ExcessLogFileDeleterThread to have enough time to properly clean up the log files. Below are the dist-test stats for a DEBUG build. Before: 13/100 failed. http://dist-test.cloudera.org/job?job_id=mreddy.1683141191.148826 After: 0/100 failed. http://dist-test.cloudera.org/job?job_id=mreddy.1683146152.19719 Change-Id: I4d33559fa01c26d8c8b3ad12b8822d2cdd760fae Reviewed-on: http://gerrit.cloudera.org:8080/19842 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/19943 Reviewed-by: Yingchun Lai <[email protected]> --- M src/kudu/integration-tests/log-rolling-itest.cc 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19943 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I4d33559fa01c26d8c8b3ad12b8822d2cdd760fae Gerrit-Change-Number: 19943 Gerrit-PatchSet: 2 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
