Noemi Pap-Takacs has uploaded this change for review. ( 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 some tables that were created in Hadoop Catalog with a constant string as the table identifier. As a result of this, the tables were created under the path of the identifier 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 identifier so that it became unique and the tables are stored in separate directories. Testing: - Ran TestIcebergTable.test_create_table_like_table locally multiple times before and after the fix. Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8 --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-create-table-like-table.test 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/22072/1 -- 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: newchange Gerrit-Change-Id: I1d70855f37aae06cc2b8e59fb773013e2b3918a8 Gerrit-Change-Number: 22072 Gerrit-PatchSet: 1 Gerrit-Owner: Noemi Pap-Takacs <[email protected]>
