You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tamas Mate (Jira)" <ji...@apache.org> on 2021/02/16 08:38:00 UTC

[jira] [Resolved] (IMPALA-10499) test_misc failing

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

Tamas Mate resolved IMPALA-10499.
---------------------------------
    Resolution: Fixed

> test_misc failing
> -----------------
>
>                 Key: IMPALA-10499
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10499
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Bikramjeet Vig
>            Assignee: Tamas Mate
>            Priority: Major
>              Labels: broken-build
>
> IMPALA-10379 added this test recently.
> {noformat}
> query_test/test_queries.py:187: in test_misc
>     self.run_test_case('QueryTest/misc', vector)
> common/impala_test_suite.py:691: in run_test_case
>     self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:527: in __verify_results_and_errors
>     replace_filenames_with_placeholder)
> common/test_result_verifier.py:409: in verify_raw_results
>     verify_results(expected_types, actual_types, order_matters=True)
> common/test_result_verifier.py:305: in verify_results
>     assert expected_results == actual_results
> E   assert ['INT'] == ['TINYINT']
> E     At index 0 diff: 'INT' != 'TINYINT'
> E     Use -v to get the full diff
> {noformat}



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