[ 
https://issues.apache.org/jira/browse/IMPALA-15137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mihaly Szjatinya updated IMPALA-15137:
--------------------------------------
    Description: 
{{test_queue_reasons_num_queries}} ({{TestAdmissionControllerWithACService}}) 
is flaky.

The test submits 5 {{select sleep(1000)}} queries with an admission control 
limit of 1 concurrent query and expects all queries to eventually reach 
{{FINISHED}} state. A query unexpectedly transitions to {{ERROR}} state instead 
of being queued and completing normally.

{code}
tests.common.errors.Timeout: query '...' can not transition from last known 
state
'ERROR' to any of the expected states ['FINISHED']. Stop waiting after 59s.

custom_cluster/test_admission_controller.py:1079: in 
test_queue_reasons_num_queries
    profiles = self._execute_and_collect_profiles([STMT for i in 
range(NUM_QUERIES)], ...)
        EXPECTED_REASON = 'Latest admission queue reason: number of running 
queries 1 is at or over limit 1'
        NUM_QUERIES = 5
        STMT        = 'select sleep(1000)'
        TIMEOUT_S   = 60
{code}

  was:
TestAdmissionControllerWithACService.test_queue_reasons_num_queries is flaky.

The test runs 5 'select sleep(1000)' queries with an admission control limit of 
1 concurrent query and expects all queries to eventually FINISH. A query 
unexpectedly enters ERROR state instead of being queued and completing.

Error:
tests.common.errors.Timeout: query '...' can not transition from last known 
state 'ERROR' to any of the expected states ['FINISHED']. Stop waiting after 
59s.


> TestAdmissionControllerWithACService.test_queue_reasons_num_queries is flaky
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-15137
>                 URL: https://issues.apache.org/jira/browse/IMPALA-15137
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Mihaly Szjatinya
>            Priority: Major
>              Labels: test-failure
>
> {{test_queue_reasons_num_queries}} ({{TestAdmissionControllerWithACService}}) 
> is flaky.
> The test submits 5 {{select sleep(1000)}} queries with an admission control 
> limit of 1 concurrent query and expects all queries to eventually reach 
> {{FINISHED}} state. A query unexpectedly transitions to {{ERROR}} state 
> instead of being queued and completing normally.
> {code}
> tests.common.errors.Timeout: query '...' can not transition from last known 
> state
> 'ERROR' to any of the expected states ['FINISHED']. Stop waiting after 59s.
> custom_cluster/test_admission_controller.py:1079: in 
> test_queue_reasons_num_queries
>     profiles = self._execute_and_collect_profiles([STMT for i in 
> range(NUM_QUERIES)], ...)
>         EXPECTED_REASON = 'Latest admission queue reason: number of running 
> queries 1 is at or over limit 1'
>         NUM_QUERIES = 5
>         STMT        = 'select sleep(1000)'
>         TIMEOUT_S   = 60
> {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