Hello David Ribeiro Alves,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/2346
to review the following change.
Change subject: KUDU-1341 (part 1): improve tablet_random-access-test to be a
full integration test
......................................................................
KUDU-1341 (part 1): improve tablet_random-access-test to be a full integration
test
This moves the randomized fuzz test part of tablet_random-access-test
into a new fuzz-itest integration test, and changes it to use a
MiniCluster instead of a LocalTabletWriter. This will allow us
to extend the test to also include tablet server restarts in the
next commit.
We use a MiniCluster instead of ExternalMiniCluster so the test can
still manually control flushes, compactions, etc.
While I was moving the code, I also updated the test cases to use
C++11 braced initializer syntax for the test case vectors.
Change-Id: I4a60436461facbeb39aa4ff5f7b2ba1c2b7a230c
---
M src/kudu/integration-tests/CMakeLists.txt
A src/kudu/integration-tests/fuzz-itest.cc
M src/kudu/tablet/tablet_random_access-test.cc
3 files changed, 530 insertions(+), 322 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/46/2346/1
--
To view, visit http://gerrit.cloudera.org:8080/2346
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a60436461facbeb39aa4ff5f7b2ba1c2b7a230c
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>