Qifan Chen created IMPALA-11146:
-----------------------------------
Summary: Specific string: "Query aborted:Debug Action:
FIS_FAIL_HDFS_TABLE_SINK_FLUSH_FINAL:[email protected]" is missing
Key: IMPALA-11146
URL: https://issues.apache.org/jira/browse/IMPALA-11146
Project: IMPALA
Issue Type: Test
Reporter: Qifan Chen
In some of the tests, the following string is missing:
{code:java}
Query aborted:Debug Action: FIS_FAIL_HDFS_TABLE_SINK_FLUSH_FINAL:[email protected]
{code}
This is seen in quite number of test flavors: exhaustive-release, core-asan,
core-ubsan and core-s3.
{code:java}
Stacktrace
query_test/test_insert.py:168: in test_acid_insert_fail
multiple_impalad=vector.get_value('exec_option')['sync_ddl'] == 1)
common/impala_test_suite.py:732: in run_test_case
self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
common/impala_test_suite.py:537: in __verify_exceptions
(expected_str, actual_str)
E AssertionError: Unexpected exception string. Expected: Query aborted:Debug
Action: FIS_FAIL_HDFS_TABLE_SINK_FLUSH_FINAL:[email protected]
E Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class
'beeswaxd.ttypes.BeeswaxException'> MESSAGE: ParseException: Syntax error in
line 1:...DFS_TABLE_SINK_FLUSH_FINAL:[email protected]
^Encountered: :ExpectedCAUSED BY: Exception: Syntax error
Standard Error
SET
client_identifier=query_test/test_insert.py::TestInsertQueries::()::test_acid_insert_fail[compression_codec:none|protocol:beeswax|exec_option:{'sync_ddl':0;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':True;'abort_on_error':1;'exec_singl;
SET sync_ddl=True;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_acid_insert_fail_5388d22e` CASCADE;
-- 2022-02-15 08:57:34,223 INFO MainThread: Started query
c7422e292e8aeaf8:e18e9fcb00000000
SET
client_identifier=query_test/test_insert.py::TestInsertQueries::()::test_acid_insert_fail[compression_codec:none|protocol:beeswax|exec_option:{'sync_ddl':0;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':True;'abort_on_error':1;'exec_singl;
SET sync_ddl=True;
-- executing against localhost:21000
CREATE DATABASE `test_acid_insert_fail_5388d22e`;
-- 2022-02-15 08:57:40,220 INFO MainThread: Started query
6f4315ed0ab15d9e:a0d14b2d00000000
-- 2022-02-15 08:57:46,231 INFO MainThread: Created database
"test_acid_insert_fail_5388d22e" for test ID
"query_test/test_insert.py::TestInsertQueries::()::test_acid_insert_fail[compression_codec:
none | protocol: beeswax | exec_option: {'sync_ddl': 0, 'batch_size': 0,
'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True,
'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format:
text/none-unique_database0]"
SET
client_identifier=query_test/test_insert.py::TestInsertQueries::()::test_acid_insert_fail[compression_codec:none|protocol:beeswax|exec_option:{'sync_ddl':0;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':True;'abort_on_error':1;'exec_singl;
-- executing against localhost:21000
use test_acid_insert_fail_5388d22e;
-- 2022-02-15 08:57:46,235 INFO MainThread: Started query
7f4f6a493e47671e:9aacd50e00000000
SET
client_identifier=query_test/test_insert.py::TestInsertQueries::()::test_acid_insert_fail[compression_codec:none|protocol:beeswax|exec_option:{'sync_ddl':0;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':True;'abort_on_error':1;'exec_singl;
SET sync_ddl=0;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=True;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2022-02-15 08:57:46,237 INFO MainThread: Loading query test file:
/data/jenkins/workspace/impala-cdw-master-exhaustive-release/repos/Impala/testdata/workloads/functional-query/queries/QueryTest/acid-insert-fail.test
-- executing against localhost:21000
create table insertonly_acid (i int)
tblproperties('transactional'='true',
'transactional_properties'='insert_only');
-- 2022-02-15 08:57:48,587 INFO MainThread: Started query
6445bb56ec7a5801:df8df55a00000000
-- executing against localhost:21000
insert into insertonly_acid values (1), (2);
-- 2022-02-15 08:57:54,252 INFO MainThread: Started query
51451860e01e6ff3:c29b68c200000000
-- executing against localhost:21000
select * from insertonly_acid;
-- 2022-02-15 08:57:54,357 INFO MainThread: Started query
5b42253f96ee1ce7:71267b4700000000
-- executing against localhost:21000
set DEBUG_ACTION=FIS_FAIL_HDFS_TABLE_SINK_FLUSH_FINAL:[email protected];
-- executing against localhost:21000
SET DEBUG_ACTION="";
-- 2022-02-15 08:57:54,420 INFO MainThread: Started query
044c2e00732016c8:5cf949a300000000
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)