red-hat-storage/ocs-operator

Scale ceph pod respin test while loop is not exited.

ramkiperiy opened this issue · 1 comments

Production pipeline job continued to for more than 4 days due to while loop didn't exited from Scale test.
https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-deploy-ocs-cluster-prod/9102/consoleFull

Issues Observed:
PVC not reaching Bound state due to issues in environment like Ceph Cluster health not in good shape
POD not reaching Running state due to lack of resources for running pods in cluster

In above scenarios TC while loop is continued till it creates the required number of resources(PVCs and PODs) in the cluster, due to this TC continued to execute for more than 4 days.

In the PR will be adding a iteration counter to terminate the while loop.