Andrew Wong has uploaded a new change for review. http://gerrit.cloudera.org:8080/7243
Change subject: tests: IOErrors and IllegalState in TestWorkload ...................................................................... tests: IOErrors and IllegalState in TestWorkload A TestWorkload has the ability to expect various errors during its run. It can now expect IOErrors or IllegalState during a scan. This is helpful in testing disk failure during scans. An IOError may surface if the disk with tablet data fails in the middle of a scan. An IllegalState may surface if the disk failed and the tablet was failed before the scan starts. Change-Id: I364c0ae2ac48920bcbd5b662b931ca448464c90e --- M src/kudu/integration-tests/test_workload.cc M src/kudu/integration-tests/test_workload.h 2 files changed, 29 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/7243/1 -- To view, visit http://gerrit.cloudera.org:8080/7243 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I364c0ae2ac48920bcbd5b662b931ca448464c90e Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Andrew Wong <[email protected]>
