You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/10/02 23:41:42 UTC

[jira] [Created] (HBASE-9702) Change unittests that use "table" or "testtable" to use method names.

Jonathan Hsieh created HBASE-9702:
-------------------------------------

             Summary: Change unittests that use "table" or "testtable" to use method names.
                 Key: HBASE-9702
                 URL: https://issues.apache.org/jira/browse/HBASE-9702
             Project: HBase
          Issue Type: Bug
            Reporter: Jonathan Hsieh


While working on HBASE-9686, many tests left files that indicated the method they had come from but several drop data in "table" or "testtable" tables.  Naming them this way makes it hard to track which tests these came from.  We should make all test use 

@Rule TestName name = new TestName();
...
TableName  t = TableName.valueOf(name.getMethodName());



--
This message was sent by Atlassian JIRA
(v6.1#6144)