Riza Suminto created IMPALA-12532:
-------------------------------------
Summary: change_database should happen before set_configuration in
cancel_util.py
Key: IMPALA-12532
URL: https://issues.apache.org/jira/browse/IMPALA-12532
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 4.3.0
Reporter: Riza Suminto
Assignee: Riza Suminto
The order of these two lines need to be flipped.
[https://github.com/apache/impala/blob/d9f1271c96393245c3022129603d1080b206addc/tests/util/cancel_util.py#L34-L35]
This is because change_database will erase all configuration that was
previously set.
[https://github.com/apache/impala/blob/d9f1271c96393245c3022129603d1080b206addc/tests/common/impala_test_suite.py#L845]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)