You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/30 08:56:17 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a change in pull request #133: [FLINK-26916] Remove job graph from K8s HA ConfigMaps when submitting a Flink application cluster

gyfora commented on a change in pull request #133:
URL: https://github.com/apache/flink-kubernetes-operator/pull/133#discussion_r838294502



##########
File path: e2e-tests/test_last_state_upgrade.sh
##########
@@ -44,6 +44,17 @@ function wait_for_jobmanager_running() {
     wait_for_logs $jm_pod_name "Rest endpoint listening at" ${TIMEOUT} || exit 1
 }
 
+function assert_available_slots() {
+  expected=$1
+  ip=$(minikube ip)
+  actual=$(curl http://$ip/default/${CLUSTER_ID}/overview 2>/dev/null | grep -E -o '"slots-available":[0-9]+' | awk -F':' '{print $2}')

Review comment:
       wouldnt slots available depend on TM config only? that used to work even before I think




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

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