You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2019/06/07 16:29:00 UTC

[jira] [Created] (IMPALA-8640) ImpalaTestSuite::create_impala_client() user session is sticky

Fredy Wijaya created IMPALA-8640:
------------------------------------

             Summary: 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
             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)

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