You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/03/02 05:32:27 UTC

[kudu-CR](branch-0.7.x) KUDU-1341 (part 1): improve tablet_random-access-test to be a full integration test

Hello David Ribeiro Alves, Kudu Jenkins,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2390

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
Reviewed-on: http://gerrit.cloudera.org:8080/2346
Tested-by: Kudu Jenkins
Reviewed-by: David Ribeiro Alves <da...@cloudera.com>
---
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, 535 insertions(+), 322 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/90/2390/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2390
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a60436461facbeb39aa4ff5f7b2ba1c2b7a230c
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.7.x
Gerrit-Owner: Jean-Daniel Cryans
Gerrit-Reviewer: David Ribeiro Alves <da...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>