Riza Suminto created IMPALA-13747:
-------------------------------------
Summary: unique_database fixture may taint ImpalaTestSuite.client
Key: IMPALA-13747
URL: https://issues.apache.org/jira/browse/IMPALA-13747
Project: IMPALA
Issue Type: Improvement
Components: Test
Reporter: Riza Suminto
Assignee: Riza Suminto
Just like IMPALA-13634 bug, unique_database fixture may taint
ImpalaTestSuite.client by setting 'sync_ddl=True' option, but never cleaning it
up for test method usage.
[https://github.com/apache/impala/blob/856741b1e8371b983da10f23a166f19aac71f1f8/tests/conftest.py#L410-L412]
unique_database fixture should use a fresh Impala client for both creating and
dropping database.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)