Skip to content

Commit

Permalink
feat: remove debug only lines
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Nov 28, 2024
1 parent 5f0d721 commit 5d12aae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/vtop_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ function checkPodStatusWithTimeout() {
sleep 1
done
echo -e "ERROR: checkPodStatusWithTimeout timeout to find pod matching:\ngot:\n$out\nfor regex: $regex"
vttabletPod=$(kubectl get pods | grep -E "vttablet" | head -n 1 | awk '{print $1}')
kubectl describe pod $vttabletPod
kubectl logs $vttabletPod -c vttablet
kubectl logs $vttabletPod -c mysqld
exit 1
}

Expand Down

0 comments on commit 5d12aae

Please sign in to comment.