Hello Quanlong Huang, Michael Smith, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20630
to look at the new patch set (#2).
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, 8 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/20630/2
--
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: newpatchset
Gerrit-Change-Id: I1c26d8b7d20960b54b4d2ded3bb3f32b34c3b544
Gerrit-Change-Number: 20630
Gerrit-PatchSet: 2
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]>