You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/09/18 17:22:04 UTC

[jira] [Commented] (ACCUMULO-4002) cannot configure miniDfs for integration tests

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

Josh Elser commented on ACCUMULO-4002:
--------------------------------------

How are tests like VolumeIT working? Or are they not?

> cannot configure miniDfs for integration tests
> ----------------------------------------------
>
>                 Key: ACCUMULO-4002
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4002
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>             Fix For: 1.8.0
>
>
> The following integration test fails with "...BrokenIT_test/conf/core-site.xml already exists":
> {code:title=BrokenIT.java}
> public class BrokenIT extends ConfigurableMacBase {
>   @Override
>   protected void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {
>     cfg.useMiniDFS(true);
>     hadoopCoreSite.set("foo", "bar");
>   }
>   @Test(timeout = 60 * 1000)
>   public void test() throws Exception {
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)