Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22287
Change subject: IMPALA-13635: Fix wrong expect in test_event_processor_error_global_invalidate ...................................................................... IMPALA-13635: Fix wrong expect in test_event_processor_error_global_invalidate TestEventProcessingError.test_event_processor_error_global_invalidate creates a partitioned table with partition year=2024. The test expects the output of DESCRIBE FORMATTED contains string "2024". It happens to work in year 2024 since there is a field of "CreateTime" in the output that has "2024" in the timestamp. Now as we are in year 2025, the test fails forever. This fixes the test to check the output of SHOW PARTITIONS. Tests - Verified the test locally. Change-Id: I0b17fd1f90a9bc00d027527661ff675e61ba0b1a --- M tests/custom_cluster/test_event_processing_error.py 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/22287/1 -- To view, visit http://gerrit.cloudera.org:8080/22287 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0b17fd1f90a9bc00d027527661ff675e61ba0b1a Gerrit-Change-Number: 22287 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
