[ 
https://issues.apache.org/jira/browse/HBASE-14635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102779#comment-15102779
 ] 

Appy commented on HBASE-14635:
------------------------------

So [~eclark] made couple of good changes in HBASE-14585. But we couldn't see if 
those good changes fixed the test because the patch also introduced the 
following error which made the test to fail and subsequently removed in 
HBASE-14678.
{noformat}
     if (!online) {
-      admin.enableTable(localTableName);
+      tryDisable(admin, localTableName);
     }
{noformat}
Naming is kind of confusing there, so wouldn't blame Elliott. :-)

This patch only fixes that part inside {{if (!online) }} and waits for the 
table to come online.
Lets see if it behaves good now.



> Reenable TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent
> --------------------------------------------------------------------------
>
>                 Key: HBASE-14635
>                 URL: https://issues.apache.org/jira/browse/HBASE-14635
>             Project: HBase
>          Issue Type: Task
>          Components: test
>            Reporter: stack
>            Assignee: Appy
>             Fix For: 2.0.0, 1.3.0
>
>         Attachments: HBASE-14635-master-v2.patch, HBASE-14635-master.patch
>
>
> Was disabled in the parent issue because flakey. This issue is about 
> reenabling it after figuring why its flakey.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to