gaborgsomogyi commented on code in PR #446:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/446#discussion_r1029182710


##########
e2e-tests/utils.sh:
##########
@@ -108,12 +113,37 @@ function retry_times() {
     return 1
 }
 
+function check_operator_log_for_errors {
+  echo "Checking for operator log errors..."
+  operator_pod_name=$(get_operator_pod_name)
+  errors=$(kubectl logs "${operator_pod_name}" \
+      | grep -v "JmDeploymentStatus.ERROR.Count" \

Review Comment:
   Created all the subtasks and linked them in the code. Such way no matter who 
picks up the issue it's clear where is the tracking jira.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to