-
Notifications
You must be signed in to change notification settings - Fork 39
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
No Notification for "Completed" and without controller Pods #485
No Notification for "Completed" and without controller Pods #485
Conversation
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
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 good, just a few questions. Also, we should add some unit tests for this.
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Added the Unit test case for this. |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #485 +/- ##
==========================================
+ Coverage 82.40% 82.44% +0.03%
==========================================
Files 30 30
Lines 3172 3178 +6
==========================================
+ Hits 2614 2620 +6
Misses 426 426
Partials 132 132
|
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
I will update the test cases to reduce duplication |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
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 good! Just a few minor comments for test improvement.
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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 good. Thank you for addressing the comments.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, fbm3307 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 |
If the Pod is in complete state and doesn't have a controller, no notification should be sent to the user.
This relates to #478