Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Aug 9, 2024
1 parent fe88a45 commit 545595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/check-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do
echo "Waiting for expected topics: $expected_topics"
sleep 5
kubectl get pods
if [ $(kubectl get pods --field-selector=status.phase!=Running | wc -l) -ge 1 ];
if [ $(kubectl get pods -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
echo "ERROR: enabling interactive access for debugging purpose" 1>&2
Expand Down

0 comments on commit 545595b

Please sign in to comment.