Skip to content

Commit

Permalink
[dnm] vendor: bump raft
Browse files Browse the repository at this point in the history
This picks up upstream fixes related to atomic membership changes.

I had to smuggle in a small hack because we're picking up
etcd-io/etcd#11037 which makes a race between
the snapshot queue and the proactive learner snapshot much more likely,
and this in turn makes tests quite flaky because it turns out that if
the learner snap loses, it can actually error out.

Release note: None
  • Loading branch information
tbg committed Aug 23, 2019
1 parent 9bf7bb3 commit 407ace4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ ignored = [

[[constraint]]
name = "go.etcd.io/etcd"
branch = "master"
# branch = "master"
branch = "crl-bump"
source = "https://github.com/tbg/etcd"

# Used for the API client; we want the latest.
[[constraint]]
Expand Down

0 comments on commit 407ace4

Please sign in to comment.