[
https://issues.apache.org/jira/browse/HBASE-10795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941178#comment-13941178
]
Ted Yu commented on HBASE-10795:
--------------------------------
Looking at other tests in TestHBaseFsck, such as testHBaseFsckClean(), the
pattern is:
{code}
try {
HBaseFsck hbck = doFsck(conf, false);
assertNoErrors(hbck);
setupTable(table);
...
} finally {
deleteTable(table);
}
{code}
TestHBaseFsck#testHBaseFsck() should be consistent with the other tests.
> TestHBaseFsck#testHBaseFsck() should drop the table it creates
> --------------------------------------------------------------
>
> Key: HBASE-10795
> URL: https://issues.apache.org/jira/browse/HBASE-10795
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Trivial
> Attachments: 10795-v1.txt
>
>
> When investigating TestHBaseFsck test failures, I often saw the following
> (https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/223/testReport/junit/org.apache.hadoop.hbase.util/TestHBaseFsck/testSplitDaughtersNotInMeta/):
> {code}
> Number of Tables: 3
> Table: tableBadMetaAssign rw families: 1
> Table: hbase:namespace rw families: 1
> Table: testSplitdaughtersNotInMeta rw families: 1
> {code}
> TestHBaseFsck#testHBaseFsck() should drop the table it creates.
--
This message was sent by Atlassian JIRA
(v6.2#6252)