Riza Suminto created IMPALA-13823:
-------------------------------------
Summary: assertion hit at CustomClusterTestSuite.make_tmp_dir
Key: IMPALA-13823
URL: https://issues.apache.org/jira/browse/IMPALA-13823
Project: IMPALA
Issue Type: Bug
Components: Infrastructure, Test
Reporter: Riza Suminto
Assignee: Riza Suminto
Assertion hit at CustomClusterTestSuite.make_tmp_dir
{noformat}
common/custom_cluster_test_suite.py:242: in make_tmp_dir
assert name not in cls.TMP_DIRS{noformat}
This is because, when different custom cluster tests run declare
tmp_dir_placeholders, and one of it fail, cluster_teardown did not happen, and
tmp dir removal did not happen as well.
We need to relax this assertion and print WARN log instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)