[
https://issues.apache.org/jira/browse/HBASE-10057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835148#comment-13835148
]
Hudson commented on HBASE-10057:
--------------------------------
SUCCESS: Integrated in HBase-0.94 #1214 (See
[https://builds.apache.org/job/HBase-0.94/1214/])
HBASE-10057 TestRestoreFlushSnapshotFromClient and
TestRestoreSnapshotFromClient fail to finish occasionally (larsh: rev 1546443)
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/client/TestRestoreSnapshotFromClient.java
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/snapshot/TestRestoreFlushSnapshotFromClient.java
> TestRestoreFlushSnapshotFromClient and TestRestoreSnapshotFromClient fail to
> finish occasionally
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-10057
> URL: https://issues.apache.org/jira/browse/HBASE-10057
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Fix For: 0.98.0, 0.94.15, 0.96.2
>
> Attachments: 10057-0.94.txt, 10057-trunk.txt
>
>
> Looking at the test code I see
> {code}
> HTable table = new HTable(...)
> try {
> ... test code ...
> } finally {
> table.close();
> }
> {code}
> The try-finally, while well meaning seems to hide the actual failure.
> I'll just remove that.
--
This message was sent by Atlassian JIRA
(v6.1#6144)