Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24320
Change subject: IMPALA-15003: More robust way to verify operator details ...................................................................... IMPALA-15003: More robust way to verify operator details test_cancelled_nodes_in_exec_summary verifies that operator details have expected CANCELLED markers. However, the row indexes of the operators are hard-coded, making the test fragile across builds in different environments. This improves the test to iterate through the exec summary with a map of operator names to their expected details. If a row matches the operator name, verifies its details. Testing - Ran the test locally and on Ozone erasure-coding build where the test failed. Change-Id: I50f1236a2bb7a360e474db8fa42089303f734e79 --- M tests/common/impala_test_suite.py M tests/query_test/test_observability.py 2 files changed, 37 insertions(+), 75 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/20/24320/1 -- To view, visit http://gerrit.cloudera.org:8080/24320 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I50f1236a2bb7a360e474db8fa42089303f734e79 Gerrit-Change-Number: 24320 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
