Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9138

getHaseIntegrationTestingUtility() is misspelled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.94.0
    • 0.98.0, 0.96.1, 0.94.14
    • test
    • None
    • Reviewed
    • patch for 0.94.x
    • it ChaosMonkey

    Description

      The function getHaseIntegrationTestingUtility() in ChaosMonkey.java should be getHBaseIntegrationTestingUtility(), just a spelling mistake.

        /**                                                                                                                              
         * 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();
          }
        }
      

      Attachments

        1. ChaosMonkey-v3.patch
          12 kB
          chendihao
        2. ChaosMonkey-v2.patch
          5 kB
          chendihao
        3. ChaosMonkey.java.patch
          5 kB
          chendihao

        Activity

          People

            tobe chendihao
            tobe chendihao
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: