Riza Suminto has uploaded this change for review. ( 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 --- M tests/custom_cluster/test_local_catalog.py M tests/query_test/test_scanners.py 2 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/20630/1 -- 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: newchange Gerrit-Change-Id: I1c26d8b7d20960b54b4d2ded3bb3f32b34c3b544 Gerrit-Change-Number: 20630 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
