Conversation
|
Several issues:
We can change the above code to something like below, Note that #19959 is also blocked by this one, because the mix version tests failed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 24 files with indirect coverage changes @@ Coverage Diff @@
## main #19961 +/- ##
==========================================
+ Coverage 68.84% 68.89% +0.05%
==========================================
Files 424 424
Lines 35860 35860
==========================================
+ Hits 24687 24706 +19
+ Misses 9749 9732 -17
+ Partials 1424 1422 -2 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
1936e88 to
eb44ed2
Compare
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
|
LGTM, stil we need to decide how to handle v3.8. We either add new sets of tests for v3.8, or we rewrite them. |
We are working on 3.7, so I don't think we need to worry about 3.8 for now. For the test cases, I agree that we should try to make some of them more flexible so that we don't need to update them each time when we cut major or minor release. We can discuss & address it separately. |
That's why we should just copy the test for now and tackle the problem if needed. Validation for v3.8 release, might seem irrelevant for now, but also easy to forget later. I think we should prefer safe now, than sorry later. |
bb5e61f to
bfb88a3
Compare
|
@ahrtr: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/test pull-etcd-grpcproxy-integration-amd64 |
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, serathius, siyuanfoundation The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.