- 
                Notifications
    You must be signed in to change notification settings 
- Fork 636
[E2E] Add check that the pod list is not empty. #3841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| /test ? | 
| @Skarlso: The following commands are available to trigger required jobs: 
 The following commands are available to trigger optional jobs: 
 Use  
 In response to this: 
 Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. | 
| /test pull-cluster-api-provider-aws-e2e-eks | 
| @Skarlso tests are failing, could you PTAL? | 
| Yeah I'll work on this today. | 
fab44d6    to
    ad2623a      
    Compare
  
    | /test pull-cluster-api-provider-aws-e2e-eks | 
ad2623a    to
    b442e5a      
    Compare
  
    | /test pull-cluster-api-provider-aws-e2e-eks | 
b442e5a    to
    eaf3f5c      
    Compare
  
    | /test pull-cluster-api-provider-aws-e2e-eks | 
| Interestingly enough for whatever reason, the coredns pod doesn't get an ip address. Luckily, the aws-node does, so... it's enough to check that one. | 
| Oh of course, because I'm not waiting for them to have an IP address at all. 🤦 | 
| /test pull-cluster-api-provider-aws-e2e-eks | 
187b3fd    to
    8896ec0      
    Compare
  
    | /test pull-cluster-api-provider-aws-e2e-eks | 
| /test pull-cluster-api-provider-aws-e2e-eks | 
| What in tarnation? OH!!! 🤦 The label selector is incorrect. | 
8896ec0    to
    357d8b6      
    Compare
  
    | The label is now  | 
| /test pull-cluster-api-provider-aws-e2e-eks | 
| Finally!!!!!!!!!!!!!!! :D  | 
| @richardcase If you so please. :D | 
| /lgtm | 
| Nicely done @Skarlso , bravo 🎉 Let's wait for the e2e to pass, but it would be good to squash the changes....especially as they are for 1 file :) | 
| Yep will do that once the tests pass :))) | 
357d8b6    to
    1c910a5      
    Compare
  
    | New commit looks like rebased changes. | 
| /approve as people seem to be happy with the changes :D | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Skarlso The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
 Approvers can indicate their approval by writing  | 
What type of PR is this?
/kind bug
What this PR does / why we need it:
Adding a check that ensures that the pod list isn't empty. The for loop after it wouldn't error if there would be no pods.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist: