Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8277 )
Change subject: [ts_itest-base] split declaration and definition ...................................................................... [ts_itest-base] split declaration and definition Splitted declaration and definition of methods in TabletServerIntegrationTestBase and TabletServerTestBase test classes. In addition to shorter compilation times (no need to compile the same code multiple times), this is also necessary for upcoming changelist which splits set of tests in raft_consensus-itest into separate files. This changelist does not contain any functional changes. Change-Id: I31085ad2a6df0df795dad70e9e1c90d34cdd3716 Reviewed-on: http://gerrit.cloudera.org:8080/8277 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/exactly_once_writes-itest.cc M src/kudu/integration-tests/linked_list-test.cc M src/kudu/integration-tests/raft_consensus-itest.cc A src/kudu/integration-tests/ts_itest-base.cc M src/kudu/integration-tests/ts_itest-base.h M src/kudu/tools/kudu-admin-test.cc M src/kudu/tserver/CMakeLists.txt M src/kudu/tserver/tablet_copy-test-base.h M src/kudu/tserver/tablet_server-stress-test.cc A src/kudu/tserver/tablet_server-test-base.cc M src/kudu/tserver/tablet_server-test-base.h M src/kudu/tserver/tablet_server-test.cc 13 files changed, 1,260 insertions(+), 957 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8277 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I31085ad2a6df0df795dad70e9e1c90d34cdd3716 Gerrit-Change-Number: 8277 Gerrit-PatchSet: 7 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot
