You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/10/19 10:23:00 UTC

[jira] [Updated] (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 ]

Quanlong Huang updated IMPALA-10250:
------------------------------------
    Description: 
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}

  was:
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}


> 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
>            Priority: Critical
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org