Noemi Pap-Takacs has uploaded a new patch set (#2). ( 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 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, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/22072/2 -- 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: 2 Gerrit-Owner: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
