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

failure in test_profile_fragment_instances

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.11.0
    • Impala 2.11.0
    • Infrastructure
    • None
    • ghx-label-3

    Description

      End-end test fails with the below message, this function was added as a part of changes in IMPALA-6081

      Details follows:
      ----------------
      [gw3] FAILED query_test/test_observability.py::TestObservability::test_profile_fragment_instances
      .
      .
      FAIL query_test/test_observability.py::TestObservability:)::test_profile_fragment_instances
      =================================== FAILURES ===================================
      ______________ TestObservability.test_profile_fragment_instances _______________
      [gw3] linux2 – Python 2.6.6 /data/jenkins/workspace/impala-asf-master-core-local/repos/Impala/bin/../infra/python/env/bin/python
      query_test/test_observability.py:122: in test_profile_fragment_instances
      assert results.runtime_profile.count("HDFS_SCAN_NODE") == 12
      E assert 6 == 12
      E + where 6 = <built-in method count of str object at 0x4fb0160>('HDFS_SCAN_NODE')
      E + where <built-in method count of str object at 0x4fb0160> = 'Query (id=bd4f6d86eaac3127:20f9932500000000):\n DEBUG MODE WARNING: Query profile created while running a DEBUG buil...extSwitches: 0 (0)\n - TotalRawHdfsReadTime: 818.004ms\n - TotalReadThroughput: 128.19 MB/sec\n'.count
      E + where 'Query (id=bd4f6d86eaac3127:20f9932500000000):\n DEBUG MODE WARNING: Query profile created while running a DEBUG buil...extSwitches: 0 (0)\n - TotalRawHdfsReadTime: 818.004ms\n - TotalReadThroughput: 128.19 MB/sec\n' = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0xaa8ec10>.runtime_profile
      ----------------------------- Captured stderr call -----------------------------
      – executing against localhost:21000

      with l as (select * from tpch.lineitem UNION ALL select * from tpch.lineitem)
      select STRAIGHT_JOIN count from (select * from tpch.lineitem a LIMIT 1) a
      join (select * from l LIMIT 2000000) b on a.l_orderkey = -b.l_orderkey;;

      Attachments

        Activity

          People

            twmarshall Thomas Tauber-Marshall
            pranay_singh Pranay Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: