Cleanup the deprecated experimental flags#19959
Conversation
6d67b27 to
ee1289e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 21 files with indirect coverage changes @@ Coverage Diff @@
## main #19959 +/- ##
==========================================
- Coverage 68.91% 68.80% -0.12%
==========================================
Files 424 424
Lines 35860 35744 -116
==========================================
- Hits 24714 24594 -120
- Misses 9725 9727 +2
- Partials 1421 1423 +2 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
ee1289e to
5625446
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, serathius 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 |
|
/test pull-etcd-integration-1-cpu-amd64 |
|
@serathius thx for the quick review! |
|
@ivanvc @jmhbnz @fuweid @serathius @siyuanfoundation We cleaned up all experimental flags, the robustness test on |
Ups, right. That's not great. Maybe we could disable passing experimental flags for now to make the tests green? |
We have two approaches,
|
They were deprecated in etcd 3.6.0 and were removed in 3.7.0: etcd-io/etcd#19959 Change-Id: Iab962ca6ab2ecb003b47a63c5a46d399e7205591 Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
They were deprecated in etcd 3.6.0 and were removed in 3.7.0: etcd-io/etcd#19959 Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
They were deprecated in etcd 3.6.0 and were removed in 3.7.0: etcd-io/etcd#19959 InitialCorruptCheck is now a behind Etcd feature gate. Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
They were deprecated in etcd 3.6.0 and were removed in 3.7.0: etcd-io/etcd#19959 InitialCorruptCheck is now a behind Etcd feature gate. The new flags are set based on provided k8s version. Signed-off-by: Aleksander Mistewicz <amistewicz@google.com>
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.