[ 
https://issues.apache.org/jira/browse/IMPALA-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818057#comment-16818057
 ] 

Attila Jeges edited comment on IMPALA-8415 at 4/15/19 3:18 PM:
---------------------------------------------------------------

test_set.py might fail for the same reason:
{code:java}
metadata/test_set.py:41: in test_set
    self.run_test_case('QueryTest/set', vector)
common/impala_test_suite.py:517: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:370: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:449: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:239: in verify_query_result_is_subset
    assert expected_literal_strings <= actual_literal_strings
E   assert Items in expected results not found in actual results:
E     '00:SCAN HDFS [functional.alltypesagg]'
E     Items in actual results:
E     '02:EXCHANGE [UNPARTITIONED]'
E     'Max Per-Host Resource Reservation: Memory=128.00KB Threads=3'
E     '03:AGGREGATE [FINALIZE]'
E     'Per-Host Resource Estimates: Memory=100MB'
E     'PLAN-ROOT SINK'
E     ''
E     'Codegen disabled by planner'
E     '00:SCAN S3 [functional.alltypesagg]'
E     '01:AGGREGATE'
{code}


was (Author: attilaj):
test_set.py might fail for the same reason:

{code}
metadata/test_set.py:41: in test_set
    self.run_test_case('QueryTest/set', vector)
common/impala_test_suite.py:506: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:361: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:449: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:239: in verify_query_result_is_subset
    assert expected_literal_strings <= actual_literal_strings
E   assert Items in expected results not found in actual results:
E     '00:SCAN HDFS [functional.alltypesagg]'
{code}

> test_corrupt_stats exhaustive test failed
> -----------------------------------------
>
>                 Key: IMPALA-8415
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8415
>             Project: IMPALA
>          Issue Type: Test
>          Components: Backend
>    Affects Versions: Impala 3.2.0
>            Reporter: Attila Jeges
>            Assignee: Sahil Takiar
>            Priority: Critical
>              Labels: broken-build
>
> IMPALA-6050 broke test_corrupt_stats exhaustive test:
> {code:java}
> metadata/test_compute_stats.py:238: in test_corrupt_stats
>     self.run_test_case('QueryTest/corrupt-stats', vector, unique_database)
> common/impala_test_suite.py:517: in run_test_case
>     self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:370: in __verify_results_and_errors
>     replace_filenames_with_placeholder)
> common/test_result_verifier.py:449: in verify_raw_results
>     VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:239: in verify_query_result_is_subset
>     assert expected_literal_strings <= actual_literal_strings
> E   assert Items in expected results not found in actual results:
> E     '   partitions=1/2 files=1 size=24B'
> E     Items in actual results:
> E     '02:EXCHANGE [UNPARTITIONED]'
> E     'Max Per-Host Resource Reservation: Memory=8.00KB Threads=3'
> E     '|  output: count(*)'
> E     '|  row-size=8B cardinality=0'
> E     'test_corrupt_stats_bb50e9c7.corrupted'
> E     'WARNING: The following tables have potentially corrupt table 
> statistics.'
> E     'Per-Host Resource Estimates: Memory=52MB'
> E     '03:AGGREGATE [FINALIZE]'
> E     '   partition predicates: org = 1'
> E     'PLAN-ROOT SINK'
> E     ''
> E     '|  output: count:merge(*)'
> E     '   HDFS partitions=1/2 files=1 size=24B'
> E     '   row-size=0B cardinality=0'
> E     '|'
> E     '00:SCAN HDFS [test_corrupt_stats_bb50e9c7.corrupted]'
> E     '01:AGGREGATE'
> E     'Drop and re-compute statistics to resolve this problem.'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to