ianbuss commented on a change in pull request #1: HBASE-22201 Fixing a number
of issues with test cases
URL: https://github.com/apache/hbase-native-client/pull/1#discussion_r277675451
##########
File path: src/test/client-test.cc
##########
@@ -47,6 +47,10 @@ using hbase::Table;
using hbase::TestUtil;
class ClientTest : public ::testing::Test {
+ protected:
+ ~ClientTest() override {
Review comment:
It's the C++ destructor; I put this in to make sure the first few tests
didn't pollute the remaining ones but on reflection I probably should have
overridden the proper `TearDownTestCase` method in googletest.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services