Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16518
Change subject: IMPALA-10062: TestCompressedNonText.test_insensitivity_to_extension can fail due to wrong filename ...................................................................... IMPALA-10062: TestCompressedNonText.test_insensitivity_to_extension can fail due to wrong filename Some tests in test_compressed_formats.py hard-coded the filename of the tables. They used "000000_0" for filename. The number after the underscore is the "attempt id" which can be non-zero if there were failed attempts during file writing. I modified the test to do a filesystem listing to retrieve the filename. Testing * I manually renamed one of my files to 000000_1 and re-run the test. Change-Id: I265faf8d2e7f4251b18264052eededbeb2296f57 --- M tests/query_test/test_compressed_formats.py 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/16518/1 -- To view, visit http://gerrit.cloudera.org:8080/16518 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I265faf8d2e7f4251b18264052eededbeb2296f57 Gerrit-Change-Number: 16518 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
