Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C33010278 for ; Wed, 10 Jul 2013 08:21:53 +0000 (UTC) Received: (qmail 73998 invoked by uid 500); 10 Jul 2013 08:21:52 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 73773 invoked by uid 500); 10 Jul 2013 08:21:49 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 73740 invoked by uid 99); 10 Jul 2013 08:21:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 08:21:48 +0000 Date: Wed, 10 Jul 2013 08:21:48 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1537) convert auto tests to integration tests, where possible for continuous integration 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/ACCUMULO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704302#comment-13704302 ] Jonathan Hsieh commented on ACCUMULO-1537: ------------------------------------------ I'm having compile problems on trunk currently on the Testing module. The root cause is that some tests in ./test/src/main depends on code in ./test/src/test (MacTest is the base class of several and lives in ./test/src/test and is depended upon by tests in ./test/src/main) Moving MacTest to ./test/src/main requires junit be a main dependency as opposed to a testing dependency. With the patch attached, the Testing Modules builds. (currently running, will report in the morning). > convert auto tests to integration tests, where possible for continuous integration > ---------------------------------------------------------------------------------- > > Key: ACCUMULO-1537 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1537 > Project: Accumulo > Issue Type: Sub-task > Components: test > Reporter: Eric Newton > Assignee: Eric Newton > Fix For: 1.6.0 > > > It would be good to run the functional tests on the build server. Now that we have MiniAccumuloCluster, most of these tests can be convert to simple java Integration Tests. -- 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