Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11861
Change subject: [test] optional table creation in TabletServerIntegrationTestBase ...................................................................... [test] optional table creation in TabletServerIntegrationTestBase Creation of the test table in TabletServerIntegrationTestBase is now optional. If not specified otherwise, the test table is created by default, preserving the original behavior. The motivation for this change is that sometimes a derived test might need the functionality of the TabletServerIntegrationTestBase but expects not a single table created after SetUp(). The updated behavior will be used in a follow-up patch. Change-Id: I818a2eaf76fdee11ae792c27eddae311b775efeb --- M src/kudu/integration-tests/ts_itest-base.cc M src/kudu/integration-tests/ts_itest-base.h 2 files changed, 26 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/11861/1 -- To view, visit http://gerrit.cloudera.org:8080/11861 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I818a2eaf76fdee11ae792c27eddae311b775efeb Gerrit-Change-Number: 11861 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
