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

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

Commit b69f02ba02a2d9d0cdbe3abc5c662f73e919aee7 in impala's branch 
refs/heads/master from [~vercego]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=b69f02b ]

IMPALA-6931: reduces races in query expiration tests

Recent tests ran into flakiness when testing query expiration.
This change makes two changes:
1) query state is retrieved earlier; a flaky test skipped
the expected state.
2) bump the timing; a flaky test had queries expire before
it could check them

Change-Id: I93f4ec450fc7e5a685c135b444e90d37e632831d
Reviewed-on: http://gerrit.cloudera.org:8080/10279
Reviewed-by: Dan Hecht <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> TestQueryExpiration.test_query_expiration fails on ASAN with unexpected 
> number of expired queries
> -------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-6931
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6931
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.12.0
>            Reporter: David Knupp
>            Assignee: Vuk Ercegovac
>            Priority: Blocker
>
> Stacktrace
> {noformat}
> custom_cluster/test_query_expiration.py:108: in test_query_expiration
>     client.QUERY_STATES['EXCEPTION'])
> custom_cluster/test_query_expiration.py:184: in __expect_client_state
>     assert expected_state == actual_state
> E   assert 5 == 4
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to