Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 627ACE774 for ; Wed, 16 Jan 2013 23:52:13 +0000 (UTC) Received: (qmail 25068 invoked by uid 500); 16 Jan 2013 23:52:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 25039 invoked by uid 500); 16 Jan 2013 23:52:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 25027 invoked by uid 99); 16 Jan 2013 23:52:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 23:52:13 +0000 Date: Wed, 16 Jan 2013 23:52:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7559) Add additional Snapshots Unit Test Coverage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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