Michael Ho created IMPALA-8996:
----------------------------------

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


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)

Reply via email to