Sahil Takiar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14636


Change subject: IMPALA-9117, IMPALA-7726: Fixed a few unit tests for ABFS
......................................................................

IMPALA-9117, IMPALA-7726: Fixed a few unit tests for ABFS

This test makes the following changes / fixes when running Impala tests
on ABFS:
* Skips some tests in test_lineage.py that don't work on ABFS / ADLS
(they were already skipped for S3)
* Skips some tests in test_mt_dop.py; the test creates a directory that
ends with a period (and ABFS does not support writing files or
directories that end with a period)
* Removes the ABFS skip flag SkipIfABFS.trash (IMPALA-7726: Drop with
purge tests fail against ABFS due to trash misbehavior"); I removed
these flags and looped the tests overnight with no failures, so it is
likely whatever bug was causing this has now been fixed
* Now that HADOOP-15860 has been resolved, and the agreed upon behavior
for ABFS is that it will fail if a client tries to write a file /
directory that ends with a period, I added a new entry to the SkipIfABFS
class called file_or_folder_name_ends_with_period and applied it where
necessary

Testing:
* Ran core tests on ABFS

Change-Id: I18ae5b0f7de6aa7628a1efd780ff30a0cc3c5285
---
M tests/common/skip.py
M tests/custom_cluster/test_lineage.py
M tests/custom_cluster/test_mt_dop.py
M tests/metadata/test_ddl.py
M tests/query_test/test_insert.py
5 files changed, 8 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/14636/1
--
To view, visit http://gerrit.cloudera.org:8080/14636
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I18ae5b0f7de6aa7628a1efd780ff30a0cc3c5285
Gerrit-Change-Number: 14636
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar <stak...@cloudera.com>

Reply via email to