You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/10/07 07:49:26 UTC

[jira] [Created] (HBASE-14571) Purge TestProcessBasedCluster; it does nothing and then fails

stack created HBASE-14571:
-----------------------------

             Summary: Purge TestProcessBasedCluster; it does nothing and then fails
                 Key: HBASE-14571
                 URL: https://issues.apache.org/jira/browse/HBASE-14571
             Project: HBase
          Issue Type: Sub-task
          Components: test
            Reporter: stack
            Assignee: stack


Remove TestProcessBasedCluster. Its an old test... It does nothing currently. It was supposed to do this:

{code}
 A basic unit test that spins up a local HBase cluster.
{code}

... but main test got disabled:

  // DISABLED BECAUSE FLAKEY @Test(timeout=300 * 1000)
  public void testProcessBasedCluster() throws Exception {


... now all that is left is this:


  @Test
  public void testHomePath() {
    File pom = new File(HBaseHomePath.getHomePath(), "pom.xml");
    assertTrue(pom.getPath() + " does not exist", pom.exists());
  }

... i.e. assert a pom is present.

It is flakey too... 

Failed twice tonight.

Removing.



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