Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20630 )
Change subject: IMPALA-12524: Deduplicate TestTextScanRangeLengths ...................................................................... IMPALA-12524: Deduplicate TestTextScanRangeLengths This patch deduplicates TestTextScanRangeLengths in test_scanners.py by renaming them to TestTextScanRangeLengths1 and TestTextScanRangeLengths2. This patch also renames two test classes in test_local_catalog.py: TestCompactCatalogUpdates that duplicates test_compact_catalog_updates.py::TestCompactCatalogUpdates and TestObservability that duplicates test_observability.py::TestObservability. Testing: - Ran test_scanners.py and confirm that both TestTextScanRangeLengths1 and TestTextScanRangeLengths2 are run. - Run and pass test_local_catalog.py. - Checked with git grep that all pytest class names are unique. git grep "^class Test" tests/ | cut -d":" -f2 | sort | uniq -c | sort Change-Id: I1c26d8b7d20960b54b4d2ded3bb3f32b34c3b544 Reviewed-on: http://gerrit.cloudera.org:8080/20630 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_local_catalog.py M tests/query_test/test_scanners.py 2 files changed, 8 insertions(+), 6 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20630 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1c26d8b7d20960b54b4d2ded3bb3f32b34c3b544 Gerrit-Change-Number: 20630 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
