diff --git a/e2e/check-results.sh b/e2e/check-results.sh index d196f97f..375ed2f2 100755 --- a/e2e/check-results.sh +++ b/e2e/check-results.sh @@ -42,7 +42,9 @@ do if [ $(kubectl get pods -n spark -l app.kubernetes.io/instance=fink-broker --field-selector=status.phase!=Running | wc -l) -ge 1 ]; then echo "ERROR: fink-broker has crashed" 1>&2 + # Useful for debugging on github actions echo "ERROR: enabling interactive access for debugging purpose" 1>&2 + kubectl get pods -n spark -l app.kubernetes.io/instance=fink-broker sleep 7200 exit 1 fi @@ -58,4 +60,4 @@ do exit 1 fi done -finkctl get topics +finkctl get topics \ No newline at end of file