Repository: kudu
Updated Branches:
  refs/heads/master 109fdc84e -> 15afb6495


ts_itest-base: chain to superclass TearDown

This didn't cause any real trouble since no superclass in the hierarchy
defines a TearDown, but it's a good practice in any case.

Change-Id: Ic20da27c1333a69dc948095828300b03d2298a37
Reviewed-on: http://gerrit.cloudera.org:8080/9945
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <a...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/15afb649
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/15afb649
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/15afb649

Branch: refs/heads/master
Commit: 15afb649521438ca85119bec799e39e9dd3afcb0
Parents: 109fdc8
Author: Adar Dembo <a...@cloudera.com>
Authored: Fri Apr 6 10:43:17 2018 -0700
Committer: Adar Dembo <a...@cloudera.com>
Committed: Fri Apr 6 19:56:00 2018 +0000

----------------------------------------------------------------------
 src/kudu/integration-tests/ts_itest-base.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/15afb649/src/kudu/integration-tests/ts_itest-base.cc
----------------------------------------------------------------------
diff --git a/src/kudu/integration-tests/ts_itest-base.cc 
b/src/kudu/integration-tests/ts_itest-base.cc
index 6ec2000..cd2f238 100644
--- a/src/kudu/integration-tests/ts_itest-base.cc
+++ b/src/kudu/integration-tests/ts_itest-base.cc
@@ -512,6 +512,7 @@ Status 
TabletServerIntegrationTestBase::CheckTabletServersAreAlive(int num_table
 
 void TabletServerIntegrationTestBase::TearDown() {
   STLDeleteValues(&tablet_servers_);
+  TabletServerTestBase::TearDown();
 }
 
 void 
TabletServerIntegrationTestBase::CreateClient(shared_ptr<client::KuduClient>* 
client) {

Reply via email to