Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16015
Change subject: IMPALA-9702: Cleanup unique_database directories ...................................................................... IMPALA-9702: Cleanup unique_database directories If there are external tables in a database, drop database cascade won't remove the external table locations. If those locations are inside the database, then the database directory does not get removed. Some tests that use unique_database fail when running for the second time (or with a data snapshot) due to the preexisting files. This adds code to remove the database directory for unique_database. It also adds some debugging statements that list the files at the beginning of bin/run-all-tests.sh and again at the end. Testing: - Ran a core job and verified that the unique database directories are being removed - Ran TestMixedPartitions::test_incompatible_avro_partition_in_non_avro_table() multiple times and it passes when it previously failed. Change-Id: I0530c028e5e7c241dfc054f04c78e2a045c2d035 --- M bin/run-all-tests.sh M tests/conftest.py 2 files changed, 25 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/15/16015/1 -- To view, visit http://gerrit.cloudera.org:8080/16015 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0530c028e5e7c241dfc054f04c78e2a045c2d035 Gerrit-Change-Number: 16015 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
