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:
[email protected]
With regards,
Apache Git Services