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 2019/05/13 14:00:06 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #8385: [FLINK-12463][tests] Deduplicate empty .out log file checks

tillrohrmann commented on a change in pull request #8385: [FLINK-12463][tests] Deduplicate empty .out log file checks
URL: https://github.com/apache/flink/pull/8385#discussion_r283359703
 
 

 ##########
 File path: flink-end-to-end-tests/test-scripts/test_ha_per_job_cluster_datastream.sh
 ##########
 @@ -69,10 +69,8 @@ function verify_logs_per_job() {
     local EXIT_CODE=0
 
     # verify that we have no alerts
-    if ! [ `cat ${OUTPUT} | wc -l` -eq 0 ]; then
 
 Review comment:
   Same here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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