Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22287 Reviewed-by: Yida Wu <[email protected]> Reviewed-by: Andrew Sherman <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_event_processing_error.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Yida Wu: Looks good to me, but someone else must approve Andrew Sherman: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I0b17fd1f90a9bc00d027527661ff675e61ba0b1a Gerrit-Change-Number: 22287 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
