Merged
Conversation
Member
|
db591ce to
50646f5
Compare
Contributor
Author
|
forgot to do |
50646f5 to
3a34786
Compare
Codecov Report
@@ Coverage Diff @@
## master #37805 +/- ##
=========================================
Coverage ? 36.16%
=========================================
Files ? 610
Lines ? 45054
Branches ? 0
=========================================
Hits ? 16292
Misses ? 26523
Partials ? 2239 |
Contributor
Author
|
rebased (mostly to re-run CI) |
3a34786 to
e267cdc
Compare
Contributor
Author
|
TestAPISwarmLeaderElection failure on janky and experimental CI (context deadline exceeded). This is a well known flaky test (#32673). |
Contributor
Author
|
temporary included #37833 to investigate TestAPISwarmLeaderElection failure. |
9a7eaed to
e73a095
Compare
...and use ugorji/go 1.1.1 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
As per https://github.com/etcd-io/etcd/blob/fa57f7fbc787b4/Gopkg.lock List of packages required by subset of etcd used is provided by: go list -f '{{join .Deps "\n"}}' \ github.com/docker/docker/vendor/github.com/coreos/etcd/... \ | grep -F . | grep -v coreos/etcd | sort | uniq Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
e73a095 to
ae04bc7
Compare
Member
|
oh, we should probably remove that other commit before merging 😅 |
ae04bc7 to
7008ac0
Compare
Contributor
Author
🗑️ done |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...and use ugorji/go 1.1.1
While at it, update etcd deps.
Fixes #37804