Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7690

TestAdmissionController.test_pool_config_change_while_queued fails on centos6

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 3.1.0
    • Impala 3.1.0
    • Backend
    • ghx-label-1

    Description

      TestAdmissionController.test_pool_config_change_while_queued fails on Centos6 because python 2.6 does not support iter() on xml.etree.ElementTree. 

       

      Here are the logs from the test failure:

       

      custom_cluster/test_admission_controller.py:767: in test_pool_config_change_while_queued
          config.set_config_value(pool_name, config_str, 1)
      common/resource_pool_config.py:43: in set_config_value
          node = self.__find_xml_node(self.root, pool_name, config_str)
      common/resource_pool_config.py:86: in __find_xml_node
          for property in xml_root.iter('property'):
      E   AttributeError: _ElementInterface instance has no attribute 'iter'
      

       

       

      Attachments

        Activity

          People

            bikramjeet.vig Bikramjeet Vig
            poojanilangekar Pooja Nilangekar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: