You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2019/02/01 11:33:00 UTC

[jira] [Resolved] (IMPALA-8129) Build failure: query_test/test_observability.py

     [ https://issues.apache.org/jira/browse/IMPALA-8129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Volker resolved IMPALA-8129.
---------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Impala 3.1.0)
                   Impala 3.2.0

> Build failure: query_test/test_observability.py
> -----------------------------------------------
>
>                 Key: IMPALA-8129
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8129
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.2.0
>            Reporter: Paul Rogers
>            Assignee: Lars Volker
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.2.0
>
>
> {{query_test/test_observability.py}} failed in the multiple builds:
> Erasure-coding build:
> {noformat}
> 18:49:01 =================================== FAILURES ===================================
> 18:49:01 _______________ TestObservability.test_global_exchange_counters ________________
> 18:49:01 [gw0] linux2 -- Python 2.7.5 /data/jenkins/workspace/impala-asf-master-core-erasure-coding/repos/Impala/bin/../infra/python/env/bin/python
> 18:49:01 query_test/test_observability.py:400: in test_global_exchange_counters
> 18:49:01     assert "ExchangeScanRatio: 3.19" in profile
> 18:49:01 E   assert 'ExchangeScanRatio: 3.19' in 'Query (id=704d1f6b09400fba:b91dc7000000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG build...  - OptimizationTime: 32.000ms\n           - PeakMemoryUsage: 220.00 KB (225280)\n           - PrepareTime: 26.000ms\n'
> {noformat}
> Core build:
> {noformat}
> 07:36:43 FAIL query_test/test_observability.py::TestObservability::()::test_global_exchange_counters
> 07:36:43 =================================== FAILURES ===================================
> 07:36:43 _______________ TestObservability.test_global_exchange_counters ________________
> 07:36:43 [gw2] linux2 -- Python 2.7.5 /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/bin/../infra/python/env/bin/python
> 07:36:43 query_test/test_observability.py:400: in test_global_exchange_counters
> 07:36:43     assert "ExchangeScanRatio: 3.19" in profile
> 07:36:43 E   assert 'ExchangeScanRatio: 3.19' in 'Query (id=b546ddcfab65e431:471aa21800000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...  - OptimizationTime: 32.000ms\n           - PeakMemoryUsage: 220.00 KB (225280)\n           - PrepareTime: 32.000ms\n'
> {noformat}
> Assigning to Lars since it may be related to the patch for IMPALA-7731: Add Read/Exchange counters to profile



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)