-
Notifications
You must be signed in to change notification settings - Fork 888
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: rollout should skip timeout when paused #3711
fix: rollout should skip timeout when paused #3711
Conversation
Go Published Test Results2 171 tests 2 171 ✅ 2m 54s ⏱️ Results for commit b996a85. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3711 +/- ##
==========================================
- Coverage 83.87% 83.86% -0.02%
==========================================
Files 163 163
Lines 18564 18564
==========================================
- Hits 15571 15569 -2
- Misses 2120 2121 +1
- Partials 873 874 +1 ☔ View full report in Codecov by Sentry. |
E2E Tests Published Test Results 4 files 4 suites 3h 23m 50s ⏱️ Results for commit b996a85. ♻️ This comment has been updated with latest results. |
Hi @zachaller, could you help to review this PR? This issue really trouble us when user did not promote Rollouts in certain timeframe(progressDeadlineSeconds) and controller will mark it as timeout, hence ArgoCD will mark it as |
Can you add a unit or e2e test for this? |
Sure, will add it. |
b996a85
to
6b73de9
Compare
Published E2E Test Results 4 files 4 suites 3h 18m 4s ⏱️ For more details on these failures, see this check. Results for commit c024676. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 277 tests 2 277 ✅ 2m 59s ⏱️ Results for commit c024676. ♻️ This comment has been updated with latest results. |
e9cce70
to
afaf96e
Compare
Hi @zachaller , UTs have been added. Please review it. Thank you. |
Signed-off-by: Li Wang <[email protected]>
Signed-off-by: Li Wang <[email protected]>
04bd09b
to
648aa25
Compare
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
Hey @zachaller, I wanted to gently follow up on this pull request. I understand that you have many priorities to juggle, but I was hoping to get some feedback or an update on the status of this PR. If there are any changes or improvements needed, I'd be more than happy to address them. Thank you for your time and consideration. I look forward to hearing from you. |
* fix: rollout should timeout when paused Signed-off-by: Li Wang <[email protected]> * chore: add test cases for Rollout timeout when paused or aborted Signed-off-by: Li Wang <[email protected]> --------- Signed-off-by: Li Wang <[email protected]>
fix for issue #3534
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.