[
https://issues.apache.org/jira/browse/HBASE-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946552#comment-14946552
]
Hudson commented on HBASE-14571:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6881 (See
[https://builds.apache.org/job/HBase-TRUNK/6881/])
HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then (stack: rev
406cb58acd720d1e4dd60d82ec72760d0ad5e59c)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestProcessBasedCluster.java
> 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
> Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>
> Attachments: 14571.txt
>
>
> 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)