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

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

Commit 8f3733910811eeb7d0018a5284f0a170f618e092 in impala's branch 
refs/heads/master from norbert.luksa
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8f37339 ]

IMPALA-8996: fix test_show_create_table in test_zorder.py

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.

Removed the "show create table" tests from test_zorder.py.
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).

Change-Id: Ic316224325eec64d9b1e570854a74c0372084a4a
Reviewed-on: http://gerrit.cloudera.org:8080/14359
Reviewed-by: Csaba Ringhofer <csringho...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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