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

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

Eric Newton created ACCUMULO-4002:
-------------------------------------

             Summary: 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
             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)