Skip to content
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

Add sleep after deleting LBs in l4lb test #2107

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

panslava
Copy link
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:
Add sleep to wait for LB resources to be cleaned up, before deleting

In the current state, cluster gets deleted, and 10 minutes (default wait to clean up resources) is not enough to remove all LBs and Deployments, that is why tests are failing

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 25, 2022
@panslava panslava changed the title Add sleep after deleting LBs in l4 test Add sleep after deleting LBs in l4lb test Jul 25, 2022
@panslava panslava force-pushed the fix-ilb-tests branch 2 times, most recently from cdbbaa8 to 8b22fb5 Compare July 25, 2022 20:22
@panslava
Copy link
Contributor Author

/assign marseel

@@ -87,6 +90,12 @@ steps:
objectTemplatePath: service.yaml
- basename: lb-dep
objectTemplatePath: dep.yaml
- name: Sleep
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed offline, right now we can have sleep, but in the future we would like to have something like "WaitForServices" so we don't need to have this sleep.

@marseel
Copy link
Member

marseel commented Aug 1, 2022

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 1, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marseel, panslava

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 1, 2022
@k8s-ci-robot k8s-ci-robot merged commit af06121 into kubernetes:master Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants