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

test_kudu_insert failing with unexpected QueryTestResults on RHEL73

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Not A Bug
    • Impala 2.10.0
    • Impala 2.10.0
    • None
    • None
    • ghx-label-1

    Description

      These tests passed on when testing on a live Ubuntu 14.04, but failed on Redhat 7.3. The commit being tested was:
      https://github.com/apache/incubator-impala/commit/c07391ce

      Stack trace:

      query_test/test_kudu.py:84: in test_kudu_insert
          self.run_test_case('QueryTest/kudu_insert', vector, use_db=unique_database)
      common/impala_test_suite.py:441: in run_test_case
          pytest.config.option.update_results, result_section='DML_RESULTS')
      common/test_result_verifier.py:404: in verify_raw_results
          VERIFIER_MAP[verifier](expected, actual)
      common/test_result_verifier.py:231: in verify_query_result_is_equal
          assert expected_results == actual_results
      E   assert Comparing QueryTestResults (expected vs actual):
      E     0,0,100,NULL,NULL,0,'test',true,NULL,10000 != 1,10,100,1000,NULL,1,'test',true,NULL,10000
      E     1,10,100,1000,NULL,1,'test',true,NULL,10000 != 2,10,100,1000,NULL,2,'test',true,NULL,10000
      E     2,10,100,1000,NULL,2,'test',true,NULL,10000 != 3,10,100,1000,NULL,3,'test',true,NULL,10000
      E     3,10,100,1000,NULL,3,'test',true,NULL,10000 != 4,10,100,1000,NULL,4,'test',true,NULL,10000
      E     4,10,100,1000,NULL,4,'test',true,NULL,10000 != 5,5,5,5,5,5,'row',false,NULL,10000
      E     5,5,5,5,5,5,'row',false,NULL,10000 != 6,6,6,6,6,6,'another row',false,6,6
      E     6,6,6,6,6,6,'another row',false,6,6 != None
      E     Number of rows returned (expected vs actual): 7 != 6
      

      Attachments

        Activity

          People

            dknupp David Knupp
            dknupp David Knupp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: