Skip to content

Commit

Permalink
Add debug informations
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Oct 18, 2024
1 parent 6bbaab7 commit fad4ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/check-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,4 +60,4 @@ do
exit 1
fi
done
finkctl get topics
finkctl get topics

0 comments on commit fad4ca2

Please sign in to comment.