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

ASF subversion and git services commented on IMPALA-8989:
---------------------------------------------------------

Commit c67e0868e032d0aec95018612b121c18aed3b914 in impala's branch 
refs/heads/master from Sahil Takiar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c67e086 ]

IMPALA-8926, IMPALA-8989: Fix flaky result spooling tests

Disable the tests TestResultSpooling::test_full_queue(_large_fetch)
until we figure out why they are flaky.

Replace the sleep in TestAdmissionController::test_release_backend with
assert_eventually to reduce flakiness.

Change-Id: I7ea6bf3d84f174745c8a0b1e0f2b55ce05ee618b
Reviewed-on: http://gerrit.cloudera.org:8080/14337
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> TestAdmissionController.test_release_backend is flaky
> -----------------------------------------------------
>
>                 Key: IMPALA-8989
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8989
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.4.0
>            Reporter: Michael Ho
>            Assignee: Sahil Takiar
>            Priority: Major
>
> Test seems to have failed due to a mismatch in number of completed backend. 
> Only failed once so far.
> {noformat}
> Error Message
> assert 'NumCompletedBackends: 1 (1)' in 'Query 
> (id=c341f85f14c3d981:5827484900000000):\n  DEBUG MODE WARNING: Query profile 
> created while running a DEBUG buil... - OptimizationTime: 372.020ms\n         
>   - PeakMemoryUsage: 528.00 KB (540672)\n           - PrepareTime: 
> 39.002ms\n'  +  where 'Query (id=c341f85f14c3d981:5827484900000000):\n  DEBUG 
> MODE WARNING: Query profile created while running a DEBUG buil... - 
> OptimizationTime: 372.020ms\n           - PeakMemoryUsage: 528.00 KB 
> (540672)\n           - PrepareTime: 39.002ms\n' = <bound method 
> BeeswaxConnection.get_runtime_profile of 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0x5323510>>(<tests.common.impala_connection.OperationHandle object at 
> 0x5462cd0>)  +    where <bound method BeeswaxConnection.get_runtime_profile 
> of <tests.common.impala_connection.BeeswaxConnection object at 0x5323510>> = 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0x5323510>.get_runtime_profile  +      where 
> <tests.common.impala_connection.BeeswaxConnection object at 0x5323510> = 
> <test_admission_controller.TestAdmissionController object at 0x51f5fd0>.client
> Stacktrace
> custom_cluster/test_admission_controller.py:1338: in test_release_backends
>     assert "NumCompletedBackends: 1 (1)" in 
> self.client.get_runtime_profile(handle)
> E   assert 'NumCompletedBackends: 1 (1)' in 'Query 
> (id=c341f85f14c3d981:5827484900000000):\n  DEBUG MODE WARNING: Query profile 
> created while running a DEBUG buil... - OptimizationTime: 372.020ms\n         
>   - PeakMemoryUsage: 528.00 KB (540672)\n           - PrepareTime: 39.002ms\n'
> E    +  where 'Query (id=c341f85f14c3d981:5827484900000000):\n  DEBUG MODE 
> WARNING: Query profile created while running a DEBUG buil... - 
> OptimizationTime: 372.020ms\n           - PeakMemoryUsage: 528.00 KB 
> (540672)\n           - PrepareTime: 39.002ms\n' = <bound method 
> BeeswaxConnection.get_runtime_profile of 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0x5323510>>(<tests.common.impala_connection.OperationHandle object at 
> 0x5462cd0>)
> E    +    where <bound method BeeswaxConnection.get_runtime_profile of 
> <tests.common.impala_connection.BeeswaxConnection object at 0x5323510>> = 
> <tests.common.impala_connection.BeeswaxConnection object at 
> 0x5323510>.get_runtime_profile
> E    +      where <tests.common.impala_connection.BeeswaxConnection object at 
> 0x5323510> = <test_admission_controller.TestAdmissionController object at 
> 0x51f5fd0>.client
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to