[
https://issues.apache.org/jira/browse/HBASE-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928931#action_12928931
]
Andrew Purtell commented on HBASE-3195:
---------------------------------------
Oh wait, duh it's the test.
This:
{noformat}
HTable table = new HTable(TABLE);
{noformat}
should be this:
{noformat}
HTable table = new HTable(TEST_UTIL.getConfiguration(), TABLE);
{noformat}
Commited change, waiting for Hudson again.
> Fix the new TestTransform breakage up on hudson
> -----------------------------------------------
>
> Key: HBASE-3195
> URL: https://issues.apache.org/jira/browse/HBASE-3195
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: Andrew Purtell
> Fix For: 0.90.0
>
> Attachments: HBASE-3195.patch
>
>
> This new test has been failing up on hudson since it was introduce at #1606.
> I took a look. It looks reasonable but its failing in an odd way -- can't
> find blocks in hdfs.
> I'm moving it aside for now till test gets some loving. Breakage lasted till
> at least #1613.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.