[
https://issues.apache.org/jira/browse/HBASE-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-14571:
--------------------------
Attachment: 14571.txt
What I pushed to 0.98+
> 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)