Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/16518 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_compressed_formats.py 1 file changed, 6 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I265faf8d2e7f4251b18264052eededbeb2296f57 Gerrit-Change-Number: 16518 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
