You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tephra.apache.org by poornachandra <gi...@git.apache.org> on 2017/07/11 20:17:38 UTC

[GitHub] incubator-tephra pull request #45: [TEPHRA-236] Changes to replace deprecate...

Github user poornachandra commented on a diff in the pull request:

    https://github.com/apache/incubator-tephra/pull/45#discussion_r126795397
  
    --- Diff: tephra-hbase-compat-1.1-base/src/test/java/org/apache/tephra/hbase/TransactionAwareHTableTest.java ---
    @@ -180,6 +182,7 @@ public static void setupBeforeClass() throws Exception {
     
         testUtil.startMiniCluster();
         hBaseAdmin = testUtil.getHBaseAdmin();
    +    conn = testUtil.getConnection();
    --- End diff --
    
    It will be a good idea to close the connection object in the method `shutdownAfterClass()`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---