[
https://issues.apache.org/jira/browse/IMPALA-8640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fredy Wijaya resolved IMPALA-8640.
----------------------------------
Resolution: Won't Fix
> ImpalaTestSuite::create_impala_client() user session is sticky
> --------------------------------------------------------------
>
> Key: IMPALA-8640
> URL: https://issues.apache.org/jira/browse/IMPALA-8640
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Reporter: Fredy Wijaya
> Priority: Major
> Fix For: Impala 3.3.0
>
>
> ImpalaTestSuite::create_impala_client() user session is sticky, which means
> {noformat}
> client = self.create_impala_client()
> result = self.execute_query_expect_failure(client, statement, user="foo") -->
> the client will be bound to user "foo"
> result = self.execute_query_expect_failure(client, statement, user="bar") -->
> the client will still be bound to user "foo" even though we specify user="bar"
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)