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

ASF subversion and git services commented on IMPALA-8415:
---------------------------------------------------------

Commit c0a6aad28dd1efaf388f0cfeaa056995213d56e5 in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c0a6aad ]

IMPALA-8415: Fix tests broken by storage layer information

Storage layer information was added to the query profile by
IMPALA-6050. This broke some tests on exhaustive and s3 runs
due to changes in formatting.

This fixes the issues:
1. Replace HDFS SCAN with $FILESYSTEM_NAME SCAN in some test files
2. Add $FILESYSTEM_NAME to partition information string

Testing:
 - Ran exhaustive HDFS tests
 - Ran s3 tests

Change-Id: I11c6ab9c888464a0f0daaf8a7a6f565d25731872
Reviewed-on: http://gerrit.cloudera.org:8080/13025
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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: Joe McDonnell
>            Priority: Blocker
>              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