Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/11861 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/integration-tests/ts_itest-base.cc M src/kudu/integration-tests/ts_itest-base.h 2 files changed, 24 insertions(+), 12 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- 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: merged Gerrit-Change-Id: I818a2eaf76fdee11ae792c27eddae311b775efeb Gerrit-Change-Number: 11861 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Will Berkeley <[email protected]>
