Pranav Lodha has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21815
Change subject: IMPALA-13101: test_data_source_tables fails with Data source does not exist ...................................................................... IMPALA-13101: test_data_source_tables fails with Data source does not exist The test failed with a "Data source does not exist" due to name conflicts with pre-existing Data source objects. To resolve this, each datasource name is made unique for each concurrently running test dimension. The fix ensures that the test runs smoothly without encountering errors related to conflicting Data source names. Change-Id: I29822855da8136e013c8a62bb0489a181bf131ae --- M testdata/workloads/functional-query/queries/QueryTest/data-source-tables.test M tests/query_test/test_ext_data_sources.py 2 files changed, 9 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/21815/1 -- To view, visit http://gerrit.cloudera.org:8080/21815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I29822855da8136e013c8a62bb0489a181bf131ae Gerrit-Change-Number: 21815 Gerrit-PatchSet: 1 Gerrit-Owner: Pranav Lodha <[email protected]>
