Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6582 to look at the new patch set (#2). Change subject: log block manager: corruptor test utility ...................................................................... log block manager: corruptor test utility This patch introduces the LBMCorruptor, a test-only class for adding various inconsistencies to the LBM's on-disk structures. The bulk of the patch is a set of new tests that exercise the corruptor and then verify the results via the generated FsReport. Additionally, block_manager-stress-test has been modified to inject non-fatal inconsistencies via the LBMCorruptor in between passes. Change-Id: I197b693d5a3c1a909e91b772ebfb31e50bae488b --- M src/kudu/fs/CMakeLists.txt M src/kudu/fs/block_manager-stress-test.cc A src/kudu/fs/log_block_manager-test-util.cc A src/kudu/fs/log_block_manager-test-util.h M src/kudu/fs/log_block_manager-test.cc 5 files changed, 827 insertions(+), 39 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/6582/2 -- To view, visit http://gerrit.cloudera.org:8080/6582 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I197b693d5a3c1a909e91b772ebfb31e50bae488b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <t...@apache.org>