Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14420 Zombie Stomping Session
  3. HBASE-14571

Purge TestProcessBasedCluster; it does nothing and then fails

    XMLWordPrintableJSON

Details

    Description

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

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

      ... 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.

      Attachments

        1. 14571.txt
          4 kB
          Michael Stack

        Activity

          People

            stack Michael Stack
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: