-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Tests: Check Watch response error not nil to avoid runtime panic. #14591
Conversation
Codecov Report
@@ Coverage Diff @@
## main #14591 +/- ##
==========================================
- Coverage 75.66% 75.46% -0.21%
==========================================
Files 457 457
Lines 37290 37213 -77
==========================================
- Hits 28215 28082 -133
- Misses 7314 7361 +47
- Partials 1761 1770 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ZoeShaw101 The change looks good to me. Please signoff the commit. |
Fixes issue: etcd-io#14259 Signed-off-by: 王霄霄 <1141195807@qq.com>
@ahrtr Thanks! signoff the commit done. |
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
Thank you @ZoeShaw101
Could you backport this PR to both 3.5 and 3.4?
Signed-off-by: 王霄霄 <1141195807@qq.com>
Signed-off-by: 王霄霄 1141195807@qq.com
@ahrtr backport this PR to both 3.5 and 3.4 is done, pls check , thanks ~ |
Signed-off-by: 王霄霄 1141195807@qq.com Signed-off-by: 王霄霄 <1141195807@qq.com>
Signed-off-by: 王霄霄 <1141195807@qq.com>
Check Watch response error not nil to avoid test suite runtime panic.
Fixes issue: #14259
Signed-off-by: Wang Xiaoxiao 1141195807@qq.com
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.