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

fix: bdd cleanup timing bug #245

Merged
merged 4 commits into from
Feb 11, 2021

Conversation

eytan-avisror
Copy link
Collaborator

@eytan-avisror eytan-avisror commented Feb 11, 2021

This fixes an issue where if the bdd fails it does not clean up properly by deleting the config map while the instance group is still being deleted - this leaves the controller in a bad state.

This is prevented by leaving the configmap deletion to the very end of deleteAll()

Also added resource kind to logging and made waiter polling interval shorter

  • BDD Passing

Eytan Avisror added 3 commits February 10, 2021 17:25
Signed-off-by: Eytan Avisror <[email protected]>
Signed-off-by: Eytan Avisror <[email protected]>
Signed-off-by: Eytan Avisror <[email protected]>
@eytan-avisror eytan-avisror requested review from a team as code owners February 11, 2021 01:56
@eytan-avisror eytan-avisror changed the title fix: bdd cleanup fix: bdd cleanup timing bug Feb 11, 2021
@codecov
Copy link

codecov bot commented Feb 11, 2021

Codecov Report

Merging #245 (97b1d61) into master (38befaa) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   88.10%   88.10%           
=======================================
  Files          17       17           
  Lines        2237     2237           
=======================================
  Hits         1971     1971           
  Misses        162      162           
  Partials      104      104           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38befaa...97b1d61. Read the comment docs.

Signed-off-by: Eytan Avisror <[email protected]>
@eytan-avisror eytan-avisror merged commit 5fe8b74 into keikoproj:master Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant