Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7243
to look at the new patch set (#4).
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, 30 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/7243/4
--
To view, visit http://gerrit.cloudera.org:8080/7243
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I364c0ae2ac48920bcbd5b662b931ca448464c90e
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins