Noemi Pap-Takacs has uploaded a new patch set (#3). ( 
http://gerrit.cloudera.org:8080/22072 )

Change subject: IMPALA-13383: Fix TestIcebergTable.test_create_table_like_table 
exhaustive test failure
......................................................................

IMPALA-13383: Fix TestIcebergTable.test_create_table_like_table exhaustive test 
failure

TestIcebergTable.test_create_table_like_table contained 2 tables
that were created in the default Hadoop Catalog location:
'iceberg.catalog_location' = 'ice_hadoop_cat'.
As a result of this, the tables were created under the path defined in
hive-site.xml.py and not in the unique database directory.
When the test was run in parallel, it failed with AlreadyExistsException
because all tests created the table with the same name in the same
directory.
Fix: Added unique database to the catalog location so that it became
unique and the tables are stored in separate directories.

Testing:
- Ran TestIcebergTable.test_create_table_like_table locally
  in exhaustive mode multiple times before and after the fix.
  Command:
 'tests/run-tests.py --workload_exploration_strategy=functional-query:exhaustive
  query_test/test_iceberg.py::TestIcebergTable::test_create_table_like_table'

Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8
---
M 
testdata/workloads/functional-query/queries/QueryTest/iceberg-create-table-like-table.test
1 file changed, 10 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/22072/3
--
To view, visit http://gerrit.cloudera.org:8080/22072
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8
Gerrit-Change-Number: 22072
Gerrit-PatchSet: 3
Gerrit-Owner: Noemi Pap-Takacs <[email protected]>
Gerrit-Reviewer: Daniel Becker <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to