You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/01/30 23:24:00 UTC

[jira] [Created] (IMPALA-9347) TestFetchAndSpooling.test_rows_sent_counters is flaky

Tim Armstrong created IMPALA-9347:
-------------------------------------

             Summary: TestFetchAndSpooling.test_rows_sent_counters is flaky
                 Key: IMPALA-9347
                 URL: https://issues.apache.org/jira/browse/IMPALA-9347
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.4.0
            Reporter: Tim Armstrong
            Assignee: Sahil Takiar


{noformat}
query_test.test_fetch.TestFetch.test_rows_sent_counters[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none] (from pytest)
Failing for the past 1 build (Since Failed#477 )
Took 3 min 4 sec.
add description
Error Message

query_test/test_fetch.py:61: in test_rows_sent_counters     assert re.search("RowMaterializationRate: [1-9]", runtime_profile) E   assert None E    +  where None = <function search at 0x7f01d5ac35f0>('RowMaterializationRate: [1-9]', 'Query (id=2148869923a12edd:9c2641b500000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...     - OptimizationTime: 8.999ms\n           - PeakMemoryUsage: 97.00 KB (99328)\n           - PrepareTime: 17.999ms\n') E    +    where <function search at 0x7f01d5ac35f0> = re.search

Stacktrace

query_test/test_fetch.py:61: in test_rows_sent_counters
    assert re.search("RowMaterializationRate: [1-9]", runtime_profile)
E   assert None
E    +  where None = <function search at 0x7f01d5ac35f0>('RowMaterializationRate: [1-9]', 'Query (id=2148869923a12edd:9c2641b500000000):\n  DEBUG MODE WARNING: Query profile created while running a DEBUG buil...     - OptimizationTime: 8.999ms\n           - PeakMemoryUsage: 97.00 KB (99328)\n           - PrepareTime: 17.999ms\n')
E    +    where <function search at 0x7f01d5ac35f0> = re.search
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)