Skip to content

Commit

Permalink
more e2e changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati committed Oct 11, 2023
1 parent 46afa66 commit 299747a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ func checkAndK8sPortForwardRedis(ctx context.Context, stopChan chan struct{}, na
}
}

if master == nil {
return nil, fmt.Errorf("no master pod found")
}

fw, err := portForward(ctx, clientset, config, master, stopChan, resources.DragonflyPort)
if err != nil {
return nil, err
Expand Down

0 comments on commit 299747a

Please sign in to comment.