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 5A9C2173E8 for ; Tue, 7 Oct 2014 08:08:34 +0000 (UTC) Received: (qmail 24115 invoked by uid 500); 7 Oct 2014 08:08:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24066 invoked by uid 500); 7 Oct 2014 08:08:34 -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 24054 invoked by uid 99); 7 Oct 2014 08:08:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 08:08:34 +0000 Date: Tue, 7 Oct 2014 08:08:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12106) Move test annotations to test artifact 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-12106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161617#comment-14161617 ] Hudson commented on HBASE-12106: -------------------------------- FAILURE: Integrated in HBase-0.98 #580 (See [https://builds.apache.org/job/HBase-0.98/580/]) HBASE-12106 Move test annotations to test artifact (Enis Soztutar) (apurtell: rev 9efe354798d75f6b68c9e5e9cdef5fdff66b6e7c) * hbase-thrift/pom.xml * hbase-annotations/src/main/java/org/apache/hadoop/hbase/MediumTests.java * hbase-annotations/src/main/java/org/apache/hadoop/hbase/IntegrationTests.java * hbase-annotations/src/main/java/org/apache/hadoop/hbase/LargeTests.java * hbase-annotations/src/test/java/org/apache/hadoop/hbase/LargeTests.java * hbase-annotations/src/main/java/org/apache/hadoop/hbase/SmallTests.java * pom.xml * hbase-annotations/src/test/java/org/apache/hadoop/hbase/SmallTests.java * hbase-client/pom.xml * hbase-server/pom.xml * hbase-prefix-tree/pom.xml * hbase-annotations/src/test/java/org/apache/hadoop/hbase/IntegrationTests.java * hbase-examples/pom.xml * hbase-annotations/src/test/java/org/apache/hadoop/hbase/MediumTests.java * hbase-shell/pom.xml * hbase-it/pom.xml * hbase-common/pom.xml > Move test annotations to test artifact > -------------------------------------- > > Key: HBASE-12106 > URL: https://issues.apache.org/jira/browse/HBASE-12106 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 2.0.0, 0.98.7, 0.99.1 > > Attachments: HBASE-12106-addendum.patch, hbase-12106_v1-0.98+0.99.patch, hbase-12106_v1.patch, hbase-12106_v1.patch, hbase-12106_v2.patch > > > Test annotation interfaces used to be under hbase-common/src/test then moved to hbase-annotations/src/main. We should move them to hbase-annotations/src/test. -- This message was sent by Atlassian JIRA (v6.3.4#6332)