-
Notifications
You must be signed in to change notification settings - Fork 81
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
CLOUDP-239182: Ensure teams are always cleaned up #1481
Conversation
0d2baba
to
07bf2e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just a couple of comments 👍
89cc744
to
f5eac7d
Compare
f5eac7d
to
eac68a7
Compare
@helderjs please take a look when you have time. I moved changed the logic as we agreed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a last comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM given @helderjs's comments are addressed 👍
Co-authored-by: Helder Santana <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last nit and a missing unit test.
@igor-karpukhin This contribution adds a unit test for |
The new unit-test added for testing the team removal logic when an AtlasProject is removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igor-karpukhin please assert the returned result from handleDeletion
. Looking at the coverage profile, the zero value is returned and not an explicit OK()
.
All Submissions:
Ensure teams are always cleaned up
closes #XXXX
in your comment to auto-close the issue that your PR fixes (if there is one).