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

Norbert Luksa commented on IMPALA-8996:
---------------------------------------

IMPALA-8593 extended the filtered tbl properties in test_show_create_table.py. 
This change was not propagated to test_zorder.py which created a duplicate of 
the former in order to run its tests in a custom cluster environment.

Removing the "show create table" tests from test_zorder.py could solve this 
issue easily. These tests are not critical, but can cause more issues like 
this. Also, Z-order tests are in a separate file only until custom cluster is 
required. After merging IMPALA-8755, and removing the feature flag (which is 
the reason for the custom cluster), the tests can be merged into 
show-create-table.test (from show-create-table-zorder.test).

[https://gerrit.cloudera.org/#/c/14359/]

> test_show_create_table in test_zorder.py failed
> -----------------------------------------------
>
>                 Key: IMPALA-8996
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8996
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.4.0
>            Reporter: Michael Ho
>            Assignee: Norbert Luksa
>            Priority: Major
>              Labels: broken-build
>
> test_show_create_table in the newly added test_zorder.py failed due to some 
> unexpected mismatches in table properties. The test was introduced in this 
> [change|https://gerrit.cloudera.org/#/c/13955/].
> {noformat}
> Error Message
> assert {} == {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}   Right contains more 
> items:   {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}   Full diff:   - {}   + 
> {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}
> Stacktrace
> custom_cluster/test_zorder.py:120: in test_show_create_table
>     unique_database)
> custom_cluster/test_zorder.py:168: in __run_show_create_table_test_case
>     self.__compare_result(expected_result, create_table_result)
> custom_cluster/test_zorder.py:196: in __compare_result
>     assert expected_tbl_props == actual_tbl_props
> E   assert {} == {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}
> E     Right contains more items:
> E     {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}
> E     Full diff:
> E     - {}
> E     + {'OBJCAPABILITIES': 'EXTREAD,EXTWRITE'}
> {noformat}



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

---------------------------------------------------------------------
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