Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-8996

test_show_create_table in test_zorder.py failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 3.4.0
    • Impala 3.4.0
    • Frontend
    • ghx-label-14

    Description

      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.

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

      Attachments

        Activity

          People

            norbertluksa Norbert Luksa
            kwho Michael Ho
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: