You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/02 07:59:10 UTC

[GitHub] zentol closed pull request #6474: [FLINK-10021][tests] Update operator name when querying metrics

zentol closed pull request #6474: [FLINK-10021][tests] Update operator name when querying metrics
URL: https://github.com/apache/flink/pull/6474
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-end-to-end-tests/test-scripts/test_resume_externalized_checkpoints.sh b/flink-end-to-end-tests/test-scripts/test_resume_externalized_checkpoints.sh
index 29c3786d3f4..cb09e8d6f98 100755
--- a/flink-end-to-end-tests/test-scripts/test_resume_externalized_checkpoints.sh
+++ b/flink-end-to-end-tests/test-scripts/test_resume_externalized_checkpoints.sh
@@ -106,7 +106,7 @@ if [[ $SIMULATE_FAILURE == "true" ]]; then
   wait_job_terminal_state $DATASTREAM_JOB FAILED
 else
   wait_num_checkpoints $DATASTREAM_JOB 1
-  wait_oper_metric_num_in_records ArtificalKeyedStateMapper.0 200
+  wait_oper_metric_num_in_records SemanticsCheckMapper.0 200
 
   cancel_job $DATASTREAM_JOB
 fi
@@ -131,7 +131,7 @@ BASE_JOB_CMD=`buildBaseJobCmd $NEW_DOP`
 DATASTREAM_JOB=$($BASE_JOB_CMD | grep "Job has been submitted with JobID" | sed 's/.* //g')
 
 wait_job_running $DATASTREAM_JOB
-wait_oper_metric_num_in_records ArtificalKeyedStateMapper.0 200
+wait_oper_metric_num_in_records SemanticsCheckMapper.0 200
 
 # if state is errorneous and the general purpose DataStream job produces alerting messages,
 # output would be non-empty and the test will not pass


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services