[ 
https://issues.apache.org/jira/browse/IMPALA-12679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011977#comment-18011977
 ] 

Quanlong Huang commented on IMPALA-12679:
-----------------------------------------

Saw a failure on the new assert:
https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/3789/testReport/junit/query_test.test_fetch/TestFetch/test_rows_sent_counters/
{code}
query_test/test_fetch.py:71: in test_rows_sent_counters
    assert rpc_count >= 5 and rpc_count <= 9
E   assert (16 >= 5 and 16 <= 9){code}

> test_rows_sent_counters failed to match RPCCount
> ------------------------------------------------
>
>                 Key: IMPALA-12679
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12679
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Michael Smith
>            Assignee: Kurt Deschler
>            Priority: Major
>
> {code}
> query_test.test_fetch.TestFetch.test_rows_sent_counters[protocol: beeswax | 
> exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: 
> parquet/none]
> {code}
> failed with
> {code}
> query_test/test_fetch.py:69: in test_rows_sent_counters
>     assert re.search("RPCCount: [5-9]", runtime_profile)
> E   assert None
> E    +  where None = <function search at 0x7fbec6fa7578>('RPCCount: [5-9]', 
> 'Query (id=c8476e5c065757bf:b436769800000000):\n  DEBUG MODE WARNING: Query 
> profile created while running a DEBUG buil...: 0.000ns\n             - 
> WriteIoBytes: 0\n             - WriteIoOps: 0 (0)\n             - 
> WriteIoWaitTime: 0.000ns\n')
> E    +    where <function search at 0x7fbec6fa7578> = re.search
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to