Alex Behm has uploaded a new change for review.
http://gerrit.cloudera.org:8080/3044
Change subject: IMPALA-3530: Clean up test_ddl.py. Part 1.
......................................................................
IMPALA-3530: Clean up test_ddl.py. Part 1.
This is the first in a series of paches to clean up test_ddl.py
Summary of changes:
- Break up test_create() and corresponding .test files into:
* test_create_database()
* test_creae_table()
* test_create_table_like_table()
* test_create_table_like_file()
* test_create_table_as_select()
- Merge test_nested() into the tests above
- Move a test into test_gms_integration.py
- Add a new test_ddl_base.py as base class for DDL tests.
The plan is to split up test_ddl.py into several smaller
.py files in subsequent patches.
Testing: I tested test_ddl.py and test_hms_integration.py on
exhaustive locally as well as in private builds on all filesystems.
Change-Id: I5f4c044d39e165c2535961b8d0a765c8dbbd051c
---
A testdata/workloads/functional-query/queries/QueryTest/create-database.test
D testdata/workloads/functional-query/queries/QueryTest/create-nested.test
A
testdata/workloads/functional-query/queries/QueryTest/create-table-as-select.test
A
testdata/workloads/functional-query/queries/QueryTest/create-table-like-file.test
A
testdata/workloads/functional-query/queries/QueryTest/create-table-like-table.test
A testdata/workloads/functional-query/queries/QueryTest/create-table.test
D testdata/workloads/functional-query/queries/QueryTest/create.test
M tests/metadata/test_ddl.py
A tests/metadata/test_ddl_base.py
M tests/metadata/test_hms_integration.py
10 files changed, 1,185 insertions(+), 1,181 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/44/3044/1
--
To view, visit http://gerrit.cloudera.org:8080/3044
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f4c044d39e165c2535961b8d0a765c8dbbd051c
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Alex Behm <[email protected]>