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


##########
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:
   Please add a JIRA ticket for all these exceptions we are planning to 
eliminate. cc @gyfora 



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