You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/05/07 04:37:17 UTC

[jira] [Commented] (ACCUMULO-14) Transition from full Accumulo mocking

    [ https://issues.apache.org/jira/browse/ACCUMULO-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650388#comment-13650388 ] 

Hudson commented on ACCUMULO-14:
--------------------------------

Integrated in Accumulo-1.5-Hadoop-2.0 #100 (See [https://builds.apache.org/job/Accumulo-1.5-Hadoop-2.0/100/])
    ACCUMULO-14 move MAC to mini package (Revision 1478988)
ACCUMULO-14 move MAC to server module (Revision 1478896)

     Result = SUCCESS
kturner : 
Files : 
* /accumulo/branches/1.5/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
* /accumulo/branches/1.5/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java
* /accumulo/branches/1.5/server/pom.xml
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/mini
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloCluster.java
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/mini/MiniAccumuloConfig.java
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/test
* /accumulo/branches/1.5/server/src/test/java/org/apache/accumulo/server/mini
* /accumulo/branches/1.5/server/src/test/java/org/apache/accumulo/server/mini/MiniAccumuloClusterTest.java
* /accumulo/branches/1.5/server/src/test/java/org/apache/accumulo/server/test
* /accumulo/branches/1.5/server/src/test/resources/FooFilter.jar
* /accumulo/branches/1.5/server/src/test/resources/log4j.properties
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/fate/zookeeper/ZooLockTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MiniAccumuloClusterTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java

kturner : 
Files : 
* /accumulo/branches/1.5/proxy/pom.xml
* /accumulo/branches/1.5/proxy/src/main/java/org/apache/accumulo/proxy/Proxy.java
* /accumulo/branches/1.5/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/test
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloCluster.java
* /accumulo/branches/1.5/server/src/main/java/org/apache/accumulo/server/test/MiniAccumuloConfig.java
* /accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/MiniAccumuloCluster.java
* /accumulo/branches/1.5/test/src/main/java/org/apache/accumulo/test/MiniAccumuloConfig.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/fate/zookeeper/ZooLockTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MetaSplitTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/MiniAccumuloClusterTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java
* /accumulo/branches/1.5/test/src/test/java/org/apache/accumulo/test/TestAccumuloSplitRecovery.java

                
> 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