[
https://issues.apache.org/jira/browse/HBASE-9138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820914#comment-13820914
]
Hudson commented on HBASE-9138:
-------------------------------
SUCCESS: Integrated in HBase-0.94 #1200 (See
[https://builds.apache.org/job/HBase-0.94/1200/])
HBASE-9138 getHaseIntegrationTestingUtility() is misspelled (larsh: rev 1541325)
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/util/ChaosMonkey.java
> getHaseIntegrationTestingUtility() is misspelled
> ------------------------------------------------
>
> Key: HBASE-9138
> URL: https://issues.apache.org/jira/browse/HBASE-9138
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 0.94.0
> Reporter: chendihao
> Priority: Trivial
> Fix For: 0.98.0, 0.96.1, 0.94.14
>
> Attachments: ChaosMonkey-v2.patch, ChaosMonkey-v3.patch,
> ChaosMonkey.java.patch
>
>
> The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be
> getHBaseIntegrationTestingUtility(), just a spelling mistake.
> {code}
> /**
>
> * Context for Action's
>
> */
> public static class ActionContext {
> private IntegrationTestingUtility util;
> public ActionContext(IntegrationTestingUtility util) {
> this.util = util;
> }
> public IntegrationTestingUtility getHaseIntegrationTestingUtility() {
> return util;
> }
> public HBaseCluster getHBaseCluster() {
> return util.getHBaseClusterInterface();
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)