You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Aman Sinha (Jira)" <ji...@apache.org> on 2020/07/27 16:50:00 UTC

[jira] [Created] (IMPALA-10009) test_insert suite's test_insert_bad_expr failed (may be flaky)

Aman Sinha created IMPALA-10009:
-----------------------------------

             Summary: test_insert suite's  test_insert_bad_expr failed (may be flaky) 
                 Key: IMPALA-10009
                 URL: https://issues.apache.org/jira/browse/IMPALA-10009
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.4.0
            Reporter: Aman Sinha


Seen on a recent build of impala-asf-master-exhaustive-release:
{noformat}
TestInsertQueries.test_insert_bad_expr[compression_codec: none | protocol: beeswax | exec_option: {'sync_ddl': 0, 'batch_size': 1, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none-unique_database0] 

02:31:45 query_test/test_insert.py:200: in test_insert_bad_expr
02:31:45     .get_db_name_from_format(vector.get_value('table_format'))})
02:31:45 common/impala_test_suite.py:668: in run_test_case
02:31:45     self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
02:31:45 common/impala_test_suite.py:485: in __verify_exceptions
02:31:45     (expected_str, actual_str)
02:31:45 E   AssertionError: Unexpected exception string. Expected: Cannot interpret native UDF 'twenty_one_args': number of arguments is more than 20. Codegen is needed. Please set DISABLE_CODEGEN to false.
02:31:45 E   Not found in actual: ImpalaBeeswaxException: Query aborted:ExecQueryFInstances rpc query_id=164b40a17ce7407d:aebe998e00000000 failed: Exec() rpc failed: Aborted: ExecQueryFInstances RPC to 127.0.0.1:27002 is cancelled in state SENT
{noformat}

The failed RPC indicates a transient failure because all other tests in this build ran fine.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)