-
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
pkg/adt: merge etcd master & fix interval tree #10977
Conversation
@xkeyideal Could you rebase your branch from current master, and cherry-pick your patch? It makes code review much easier. Thanks! |
Also please squash all your commits into one, without merge commit. |
Codecov Report
@@ Coverage Diff @@
## master #10977 +/- ##
==========================================
- Coverage 64.22% 63.78% -0.44%
==========================================
Files 401 401
Lines 37540 37541 +1
==========================================
- Hits 24110 23946 -164
- Misses 11808 11986 +178
+ Partials 1622 1609 -13
Continue to review full report at Codecov.
|
Also change this line to etcd/pkg/adt/interval_tree_test.go Lines 282 to 301 in 9a2af73
|
Please read https://github.com/etcd-io/etcd/blob/master/CONTRIBUTING.md#contribution-flow.