[ https://issues.apache.org/jira/browse/IMPALA-13829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Quanlong Huang resolved IMPALA-13829. ------------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > TestEventSyncWaiting.test_hms_event_sync fails in builds > -------------------------------------------------------- > > Key: IMPALA-13829 > URL: https://issues.apache.org/jira/browse/IMPALA-13829 > Project: IMPALA > Issue Type: Bug > Components: Catalog > Affects Versions: Impala 5.0.0 > Reporter: Riza Suminto > Assignee: Quanlong Huang > Priority: Major > Labels: broken-build > Fix For: Impala 5.0.0 > > > TestEventSyncWaiting.test_hms_event_sync fails in builds with this error: > {noformat} > Error Message > /data/jenkins/workspace/impala-asf-master-core-asan-arm/repos/Impala/tests/metadata/test_event_processing.py:407: > in test_hms_event_sync self.execute_query_expect_success(client, "create > table {0} (j int)".format(tbl_name)) common/impala_test_suite.py:1108: in > wrapper return function(*args, **kwargs) > common/impala_test_suite.py:1118: in execute_query_expect_success result > = cls.__execute_query(impalad_client, query, query_options, user) > common/impala_test_suite.py:1283: in __execute_query return > impalad_client.execute(query, user=user) common/impala_connection.py:442: in > execute fetch_profile_after_close=fetch_profile_after_close) > beeswax/impala_beeswax.py:193: in execute handle = > self.__execute_query(query_string.strip(), user=user) > beeswax/impala_beeswax.py:287: in __execute_query handle = > self.execute_query_async(query_string, user=user) > beeswax/impala_beeswax.py:281: in execute_query_async handle = > self.__do_rpc(lambda: self.imp_service.query(query,)) > beeswax/impala_beeswax.py:466: in __do_rpc raise > ImpalaBeeswaxException(self.__build_error_message(b), b) E > ImpalaBeeswaxException: Query 484bf45378274c9c:d466b8ae00000000 failed: E > AnalysisException: Table already exists: test_hms_event_sync_f2086869.tbl > Stacktrace > /data/jenkins/workspace/impala-asf-master-core-asan-arm/repos/Impala/tests/metadata/test_event_processing.py:407: > in test_hms_event_sync > self.execute_query_expect_success(client, "create table {0} (j > int)".format(tbl_name)) > common/impala_test_suite.py:1108: in wrapper > return function(*args, **kwargs) > common/impala_test_suite.py:1118: in execute_query_expect_success > result = cls.__execute_query(impalad_client, query, query_options, user) > common/impala_test_suite.py:1283: in __execute_query > return impalad_client.execute(query, user=user) > common/impala_connection.py:442: in execute > fetch_profile_after_close=fetch_profile_after_close) > beeswax/impala_beeswax.py:193: in execute > handle = self.__execute_query(query_string.strip(), user=user) > beeswax/impala_beeswax.py:287: in __execute_query > handle = self.execute_query_async(query_string, user=user) > beeswax/impala_beeswax.py:281: in execute_query_async > handle = self.__do_rpc(lambda: self.imp_service.query(query,)) > beeswax/impala_beeswax.py:466: in __do_rpc > raise ImpalaBeeswaxException(self.__build_error_message(b), b) > E ImpalaBeeswaxException: Query 484bf45378274c9c:d466b8ae00000000 failed: > E AnalysisException: Table already exists: > test_hms_event_sync_f2086869.tbl{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)