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 2022/11/21 15:58:51 UTC

[GitHub] [flink-kubernetes-operator] morhidi commented on a diff in pull request #446: [FLINK-29475] Add error checker for the operator in e2e tests

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: issues-unsubscribe@flink.apache.org

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