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

Missing Blacklisted Executors list in custom_cluster.test_query_retries.TestQueryRetries.test_retry_exec_rpc_failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Distributed Exec
    • ghx-label-1

    Description

      In impala-asf-master-core-s3-data-cache #217. : custom_cluster.test_query_retries.TestQueryRetries.test_retry_exec_rpc_failure (from pytest)

      ustom_cluster/test_query_retries.py:276: in test_retry_exec_rpc_failure
          self.__assert_executors_blacklisted(killed_impalad, retried_runtime_profile)
      custom_cluster/test_query_retries.py:1091: in __assert_executors_blacklisted
          assert "Blacklisted Executors: {0}:{1}".format(blacklisted_impalad.hostname,
      
      1088   def __assert_executors_blacklisted(self, blacklisted_impalad, profile):                  
      1089     """Validate that the given profile indicates that the given impalad was blacklisted    
      1090     during query execution."""                                                             
      1091     assert "Blacklisted Executors: {0}:{1}".format(blacklisted_impalad.hostname,           
      1092         blacklisted_impalad.service.krpc_port) in profile, profile   
      

      This is the link to the test: https://master-03.jenkins.cloudera.com/job/impala-asf-master-core-s3-data-cache/217/testReport/junit/custom_cluster.test_query_retries/TestQueryRetries/test_retry_exec_rpc_failure/

      Attachments

        Activity

          People

            wzhou Wenzhe Zhou
            sql_forever Qifan Chen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: