Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7441
to look at the new patch set (#4).
Change subject: disk failure: local testing for disk failure
......................................................................
disk failure: local testing for disk failure
This patch adds tests that disk failures are handled as expected on a
single server. Various tablet operations (flushes, scans, compactions,
startup) are tested to ensure that an IOError is returned when
failure-injection is on. The server should not crash.
Change-Id: I9c3461585711cd6f817c8c392d7967dc1d7e7be3
---
M src/kudu/tserver/CMakeLists.txt
A src/kudu/tserver/ts_disk_failure-test.cc
2 files changed, 152 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/41/7441/4
--
To view, visit http://gerrit.cloudera.org:8080/7441
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9c3461585711cd6f817c8c392d7967dc1d7e7be3
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins