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

Michael Ho commented on IMPALA-8926:
------------------------------------

Hi [~stakiar], just hit another failure in a build with the latest commit for 
this JIRA. Can you please take a look ?

{noformat}
Error Message
query_test/test_result_spooling.py:117: in test_full_queue_large_fetch     
self._test_full_queue(vector, query, fetch_size=num_rows) 
query_test/test_result_spooling.py:154: in _test_full_queue     assert 
re.search(send_wait_time_regex, self.client.get_runtime_profile(handle)) E   
assert None E    +  where None = <function search at 
0x7f9e9f5a5410>('RowBatchSendWaitTime: [1-9]', 'Query 
(id=7845739f7afbf276:0ca527e100000000):\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 0x7f9e9f5a5410> = re.search E   
 +    and   'Query (id=7845739f7afbf276:0ca527e100000000):\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' = <bound method 
BeeswaxConnection.get_runtime_profile of 
<tests.common.impala_connection.BeeswaxConnection object at 
0xc8ce690>>(<tests.common.impala_connection.OperationHandle object at 
0xccee110>) E    +      where <bound method 
BeeswaxConnection.get_runtime_profile of 
<tests.common.impala_connection.BeeswaxConnection object at 0xc8ce690>> = 
<tests.common.impala_connection.BeeswaxConnection object at 
0xc8ce690>.get_runtime_profile E    +        where 
<tests.common.impala_connection.BeeswaxConnection object at 0xc8ce690> = 
<test_result_spooling.TestResultSpooling object at 0xccee210>.client
Stacktrace
query_test/test_result_spooling.py:117: in test_full_queue_large_fetch
    self._test_full_queue(vector, query, fetch_size=num_rows)
query_test/test_result_spooling.py:154: in _test_full_queue
    assert re.search(send_wait_time_regex, 
self.client.get_runtime_profile(handle))
E   assert None
E    +  where None = <function search at 0x7f9e9f5a5410>('RowBatchSendWaitTime: 
[1-9]', 'Query (id=7845739f7afbf276:0ca527e100000000):\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 0x7f9e9f5a5410> = re.search
E    +    and   'Query (id=7845739f7afbf276:0ca527e100000000):\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' = <bound method 
BeeswaxConnection.get_runtime_profile of 
<tests.common.impala_connection.BeeswaxConnection object at 
0xc8ce690>>(<tests.common.impala_connection.OperationHandle object at 
0xccee110>)
E    +      where <bound method BeeswaxConnection.get_runtime_profile of 
<tests.common.impala_connection.BeeswaxConnection object at 0xc8ce690>> = 
<tests.common.impala_connection.BeeswaxConnection object at 
0xc8ce690>.get_runtime_profile
E    +        where <tests.common.impala_connection.BeeswaxConnection object at 
0xc8ce690> = <test_result_spooling.TestResultSpooling object at 
0xccee210>.client
{noformat}

> TestResultSpooling::_test_full_queue is flaky
> ---------------------------------------------
>
>                 Key: IMPALA-8926
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8926
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.4.0
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>
> Has happened a few times, error message is:
> {code:java}
> query_test/test_result_spooling.py:116: in test_full_queue_large_fetch     
> self._test_full_queue(vector, query, fetch_size=num_rows) 
> query_test/test_result_spooling.py:148: in _test_full_queue     assert 
> re.search(send_wait_time_regex, self.client.get_runtime_profile(handle)) \ E  
>  assert None is not None E    +  where None = <function search at 
> 0x7f35f0aee320>('RowBatchSendWaitTime: [1-9]', 'Query 
> (id=e948cdd2bbde9430:082830be00000000):\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 0x7f35f0aee320> = re.search E 
>    +    and   'Query (id=e948cdd2bbde9430:082830be00000000):\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' = <bound method 
> BeeswaxConnection.get_runtime_profile of 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0xcde2310>>(<tests.common.impala_connection.OperationHandle object at 
> 0xcdf0810>) E    +      where <bound method 
> BeeswaxConnection.get_runtime_profile of 
> <tests.common.impala_connection.BeeswaxConnection object at 0xcde2310>> = 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0xcde2310>.get_runtime_profile E    +        where 
> <tests.common.impala_connection.BeeswaxConnection object at 0xcde2310> = 
> <test_result_spooling.TestResultSpooling object at 0xcdf0290>.client {code}



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

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

Reply via email to