Hello Kudu Jenkins, KeDeng,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19915
to look at the new patch set (#2).
Change subject: [ut] Fix an unsteady unit test
......................................................................
[ut] Fix an unsteady unit test
LogRollingITest.TestLogCleanupOnStartup is a little unsteady.
Because Deleting logs every 60s(kWait), but in this test, it may wait
30s(ASSERT_EVENTUALLY) at most.
This patch fix it. Meanwhile, try to speed up this test, it takes
half(56s) of original time(116s). Using FLAGS_log_cleanup_interval_sec
replace the magic number kWait and it can be changed at runtime.
Change-Id: Ib2be9f88c5d47bc889a4711f5aa2143b8288ba60
---
M src/kudu/integration-tests/log-rolling-itest.cc
M src/kudu/server/server_base.cc
2 files changed, 12 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/19915/2
--
To view, visit http://gerrit.cloudera.org:8080/19915
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib2be9f88c5d47bc889a4711f5aa2143b8288ba60
Gerrit-Change-Number: 19915
Gerrit-PatchSet: 2
Gerrit-Owner: Yuqi Du <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)