Quanlong Huang has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/21120 )
Change subject: IMPALA-12882: Fix wait_for_metric_value() not showing the current value when allow_greater=True ...................................................................... IMPALA-12882: Fix wait_for_metric_value() not showing the current value when allow_greater=True wait_for_metric_value() is a test util method used for waiting a metric to reach a expected value. When allow_greater is set to True, it also allows the metric value to be larger than the expected value. However, while waiting, the current value is not logged. This patch fixes the issue. Tests - Run TestEventProcessing::test_event_based_replication locally Change-Id: I47f6647490ca29341d95763a3e58cb890b063c34 --- M tests/common/impala_service.py 1 file changed, 2 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/20/21120/2 -- To view, visit http://gerrit.cloudera.org:8080/21120 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I47f6647490ca29341d95763a3e58cb890b063c34 Gerrit-Change-Number: 21120 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]>
