Mike Percy has submitted this change and it was merged. Change subject: mini cluster: Test infrastructure improvements ......................................................................
mini cluster: Test infrastructure improvements This patch adds a couple small improvements to the MiniCluster infra. * Add base class helpers to MiniClusterITestBase to avoid code duplication, including StopCluster() and ts_map_ for convenience and consistency with ExternalMiniClusterITestBase. * Add ListTablets() helper function to MiniTabletServer. Change-Id: I6bc6a04b113e59243fb788fec15b9935c3dcf069 Reviewed-on: http://gerrit.cloudera.org:8080/6959 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/delete_tablet-itest.cc A src/kudu/integration-tests/internal_mini_cluster-itest-base.cc M src/kudu/integration-tests/internal_mini_cluster-itest-base.h M src/kudu/tserver/mini_tablet_server.cc M src/kudu/tserver/mini_tablet_server.h 6 files changed, 81 insertions(+), 24 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6959 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6bc6a04b113e59243fb788fec15b9935c3dcf069 Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
