[
https://issues.apache.org/jira/browse/HBASE-7559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13555625#comment-13555625
]
Ted Yu commented on HBASE-7559:
-------------------------------
With latest patch, I got one test failure (in snapshots branch updated today):
{code}
testOfflineSnapshotAppendIndependent(org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence)
Time elapsed: 10.733 sec <<< ERROR!
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1
action: ExecutionException: 1 time,
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$Process.processBatchCallback(HConnectionManager.java:2048)
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$Process.access$900(HConnectionManager.java:1835)
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1824)
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1803)
at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:892)
at
org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence.runTestSnapshotAppendIndependent(TestSnapshotCloneIndependence.java:243)
at
org.apache.hadoop.hbase.client.TestSnapshotCloneIndependence.testOfflineSnapshotAppendIndependent(TestSnapshotCloneIndependence.java:132)
{code}
> Add additional Snapshots Unit Test Coverage
> -------------------------------------------
>
> Key: HBASE-7559
> URL: https://issues.apache.org/jira/browse/HBASE-7559
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Affects Versions: 0.96.0
> Reporter: Aleksandr Shulman
> Assignee: Aleksandr Shulman
> Fix For: 0.96.0
>
> Attachments: aleks-snapshots.patch
>
>
> Add additional testing for Snapshots. In particular, we should add tests to
> verify that operations on cloned tables do not affect the original (and vice
> versa). Also, we should do testing on table describes before and after
> snapshot/restore operations. Finally, we should add testing for the HBase
> shell.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira