diff --git a/test/vtop_example.sh b/test/vtop_example.sh index 4ca9ccde9e5..aa534ee22bd 100755 --- a/test/vtop_example.sh +++ b/test/vtop_example.sh @@ -68,6 +68,8 @@ 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 exit 1 }