You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/12/22 20:00:00 UTC

[jira] [Resolved] (IMPALA-10250) TestNestedTypes.test_scanner_position fails in an ASAN test

     [ https://issues.apache.org/jira/browse/IMPALA-10250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-10250.
------------------------------------
    Resolution: Duplicate

> TestNestedTypes.test_scanner_position fails in an ASAN test
> -----------------------------------------------------------
>
>                 Key: IMPALA-10250
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10250
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Critical
>              Labels: broken-build, flaky
>
> TestNestedTypes.test_scanner_position fails in a CORE ASAN job:
> {code:java}
> query_test.test_nested_types.TestNestedTypes.test_scanner_position[mt_dop: 0 | protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: orc/def/block]
> query_test.test_nested_types.TestNestedTypes.test_scanner_position[mt_dop: 2 | protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: orc/def/block] {code}
> The stacktrace are the same:
> {code:java}
> query_test/test_nested_types.py:76: in test_scanner_position
>     self.run_test_case('QueryTest/nested-types-scanner-position', vector)
> common/impala_test_suite.py:693: in run_test_case
>     self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:529: in __verify_results_and_errors
>     replace_filenames_with_placeholder)
> common/test_result_verifier.py:456: in verify_raw_results
>     VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:278: in verify_query_result_is_equal
>     assert expected_results == actual_results
> E   assert Comparing QueryTestResults (expected vs actual):
> E     0,-1,7300 != 0,-1,9366
> E     0,1,7300 != 0,1,9800
> E     0,NULL,7300 != 0,NULL,9796
> E     1,1,7300 != 1,1,9796
> E     1,2,7300 != 1,2,9800
> E     2,2,7300 != 2,2,9796
> E     2,3,7300 != 2,3,9800
> E     3,NULL,7300 != 3,NULL,9796
> E     4,3,7300 != 4,3,9796
> E     5,NULL,7300 != 5,NULL,9796 {code}



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