Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed Jan 10, 2025
1 parent 26a59d2 commit 244242c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/br/framework/br/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ func WaitForCompactComplete(f *framework.Framework, ns, name string, timeout tim

if len(events.Items) == 0 {
fmt.Printf("No events found for pod %s in namespace %s\n", name, ns)
return
}

sort.Slice(events.Items, func(i, j int) bool {
Expand Down

0 comments on commit 244242c

Please sign in to comment.