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


##########
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 FLINK-30117 as umbrealla jira, all entries going to have a sub-task 
if this is merged.
   Such way possible problems can be discussed independently and the work is 
splittable.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to