-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
migrate flag experimental-watch-progress-notify-interval to use watch-progress-notify-interval #19248
Conversation
Hi @gangli113. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 25 files with indirect coverage changes @@ Coverage Diff @@
## main #19248 +/- ##
==========================================
- Coverage 68.83% 68.82% -0.02%
==========================================
Files 420 420
Lines 35678 35681 +3
==========================================
- Hits 24560 24557 -3
- Misses 9688 9693 +5
- Partials 1430 1431 +1 Continue to review full report in Codecov by Sentry.
|
/ok-to-test |
42d6909
to
4a848cd
Compare
/retest-required |
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 with a couple of minor comments.
Please also squash the commits.
ac5c19e
to
c893658
Compare
commit 4fc53fa2536b4ca911c0d2c24a475e22c9df4564 Author: Gang Li <[email protected]> Date: Thu Jan 23 10:32:01 2025 -0800 use require.NoError in error check Signed-off-by: Gang Li <[email protected]> commit d3c595a Author: Gang Li <[email protected]> Date: Wed Jan 22 14:41:50 2025 -0800 fix name typo Signed-off-by: Gang Li <[email protected]> commit 4a848cd Author: Gang Li <[email protected]> Date: Tue Jan 21 14:35:50 2025 -0800 use experimental flag in robustness scenario Signed-off-by: Gang Li <[email protected]> commit 346020b Author: Gang Li <[email protected]> Date: Tue Jan 21 10:50:58 2025 -0800 add TODO Signed-off-by: Gang Li <[email protected]> commit edf6845 Author: Gang Li <[email protected]> Date: Tue Jan 21 10:44:54 2025 -0800 migrate to use watch-progress-notify-interval flag Signed-off-by: Gang Li <[email protected]> Signed-off-by: Gang Li <[email protected]>
c893658
to
1ef99e7
Compare
Signed-off-by: Gang Li <[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.
LGTM
Thanks
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, gangli113, siyuanfoundation 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 |
Fixes one flag described in: #19141
The experimental flags are marked as deprecated and will be decommissioned in v3.7.