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 3212CFCC5 for ; Tue, 7 May 2013 02:57:19 +0000 (UTC) Received: (qmail 38495 invoked by uid 500); 7 May 2013 02:57:19 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 38471 invoked by uid 500); 7 May 2013 02:57:19 -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 38462 invoked by uid 99); 7 May 2013 02:57:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 02:57:19 +0000 Date: Tue, 7 May 2013 02:57:19 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-14) Transition from full Accumulo mocking 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-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650445#comment-13650445 ] Hudson commented on ACCUMULO-14: -------------------------------- Integrated in Accumulo-1.4.x #300 (See [https://builds.apache.org/job/Accumulo-1.4.x/300/]) ACCUMULO-14 move MAC to mini package (Revision 1479114) ACCUMULO-14 move MAC to server module (Revision 1478977) Result = SUCCESS kturner : Files : * /accumulo/branches/1.4/src/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java * /accumulo/branches/1.4/src/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/mini * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloCluster.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloConfig.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloCluster.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloConfig.java * /accumulo/branches/1.4/src/server/src/test/java/org/apache/accumulo/server/mini * /accumulo/branches/1.4/src/server/src/test/java/org/apache/accumulo/server/mini/MiniAccumuloClusterTest.java * /accumulo/branches/1.4/src/server/src/test/java/org/apache/accumulo/server/test/MiniAccumuloClusterTest.java kturner : Files : * /accumulo/branches/1.4/pom.xml * /accumulo/branches/1.4/src/proxy/pom.xml * /accumulo/branches/1.4/src/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java * /accumulo/branches/1.4/src/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloCluster.java * /accumulo/branches/1.4/src/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloConfig.java * /accumulo/branches/1.4/src/server/src/test/java/org/apache/accumulo/server/test/MiniAccumuloClusterTest.java * /accumulo/branches/1.4/src/server/src/test/resources * /accumulo/branches/1.4/src/server/src/test/resources/log4j.properties * /accumulo/branches/1.4/src/test > Transition from full Accumulo mocking > ------------------------------------- > > Key: ACCUMULO-14 > URL: https://issues.apache.org/jira/browse/ACCUMULO-14 > Project: Accumulo > Issue Type: Improvement > Components: client > Reporter: Jesse Yates > Assignee: Keith Turner > Fix For: 1.5.0, 1.4.4 > > Attachments: java_ACCUMULO-14-start-formatted.patch, java_ACCUMULO-14-start.patch > > > Original discussion present here:http://mail-archives.apache.org/mod_mbox/incubator-accumulo-dev/201110.mbox/%3CCAGUtCHrN3p-7C8Uz7eT0Ze4L0ORzDj1f-x-JWdyrLc=Kx=o8ZQ@mail.gmail.com%3E > Jesse Yates: "Maintaining a real instance and a mock instance ends up creating a lot of extra work for dev's by ensuring that there impls are kept synchronized....[using a real] instance of Accumulo running on the local file system. This would mean less work in the long run to maintain a separate instance and better testing for users and new features." > Keith Turner: "its very fast to create a mock instance which means that unit test run very quickly...[and] its all in process which is useful for debugging...making mock leverage more of the actual accumulo code, but possibly keep it in process for speed and debugging." > This ticket is to track the discussion and development of a less mocked test instance of accumulo, that relies more heavily on the actual implementation, rather than parallel mocking features. -- 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