Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/8129
to look at the new patch set (#2).
Change subject: Revert "[tests] fix flakiness in catalog_manager_tsk-itest"
......................................................................
Revert "[tests] fix flakiness in catalog_manager_tsk-itest"
This reverts commit faa0b14effb6e15f9989d686e5a1f8e1040a1dd6.
Since the fix for KUDU-2149 is committed, the catalog_manager_tsk-itest
is no longer flaky even with original parameters. We want to
use the catalog_manager_tsk-itest with its original settings as a
canary for any further regressions in that area.
Notes on verification:
With this change, and the fix for KUDU-2149 rolled-back,
10 out of 1024 failed in when running the catalog_manager_tsk-itest
test with --stress_cpu_threads=16:
http://dist-test.cloudera.org//job?job_id=aserbin.1506033479.20652
With this change, no failures were spotted in multiple 1K runs of the
test with --stress_cpu_threads=16:
http://dist-test.cloudera.org//job?job_id=aserbin.1506109518.28895
Change-Id: Ic7db0eef852a417da5d11480ccdb4f15019ea1da
---
M src/kudu/integration-tests/catalog_manager_tsk-itest.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/8129/2
--
To view, visit http://gerrit.cloudera.org:8080/8129
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic7db0eef852a417da5d11480ccdb4f15019ea1da
Gerrit-Change-Number: 8129
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins