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

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

Saw this again:
[https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/5058/testReport/junit/query_test.test_fetch/TestFetch/test_rows_sent_counters/]
{code:java}
query_test/test_fetch.py:71: in test_rows_sent_counters
    assert rpc_count >= 5 and rpc_count <= 9
E   assert (10 >= 5 and 10 <= 9)
        client     = <tests.common.impala_connection.ImpylaHS2Connection object 
at 0x7fa4c52806d0>
        fetch_timer = <re.Match object; span=(6199, 6228), 
match='ClientFetchWaitTimer: 2s555ms'>
        handle     = <tests.common.impala_connection.OperationHandle object at 
0x7fa4c52804d0>
        materialization_timer = <re.Match object; span=(6433, 6465), 
match='RowMaterializationTimer: 2s522ms'>
        num_rows   = 25
        query      = 'select sleep(100) from functional.alltypes limit 25'
        rpc_count  = 10
        runtime_profile = 'Query (id=9c42e3a09891333f:ff443f7a00000000):\n  
DEBUG MODE WARNING: Query profile created while running a DEBUG buil... 
28.818ms\n             - WriteIoBytes: 0\n             - WriteIoOps: 0 (0)\n    
         - WriteIoWaitTime: 0.000ns\n'
        self       = <test_fetch.TestFetch object at 0x7fa4c5282b10>{code}
Also uploaded the profile: [^test_rows_sent_counters.profile.txt]

> 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
>         Attachments: test_rows_sent_counters.profile.txt
>
>
> {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