Pranay Singh created IMPALA-6298:
------------------------------------

             Summary:  failure in test_profile_fragment_instances 
                 Key: IMPALA-6298
                 URL: https://issues.apache.org/jira/browse/IMPALA-6298
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.11.0
            Reporter: Pranay Singh
            Assignee: Thomas Tauber-Marshall


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;;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to