diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-08-06 16:00:45 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-08-07 13:37:34 +0000 |
commit | 0b5f6e073af02a68c8d693399ca5c5c7c6d96b3f (patch) | |
tree | 1f29e463412b52d532035a26afef26ff053bc0b0 /csit/run-k8s-csit.sh | |
parent | ed78bda8e9f46b3f8d86e5beaf810903781fa9d5 (diff) |
Fix hibernate dialect in k8s tests
Issue-ID: POLICY-4647
Change-Id: If983a76a8f5d8b54a951d4c94f27269fb7616fcd
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'csit/run-k8s-csit.sh')
-rwxr-xr-x | csit/run-k8s-csit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/run-k8s-csit.sh b/csit/run-k8s-csit.sh index d8ce6f9d..b578a5b0 100755 --- a/csit/run-k8s-csit.sh +++ b/csit/run-k8s-csit.sh @@ -368,6 +368,7 @@ wait_for_pods_running() { if [ "$elapsed_time" -ge "$timeout_seconds" ]; then echo "Timed out waiting for the pods to reach 'Running' state." echo "Printing the current status of the deployment before exiting.." + kubectl get po; kubectl describe pods; echo "------------------------------------------------------------" for pod in "${pending_pods[@]}"; do |