Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
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/