Package: etcd / 3.3.25+dfsg-6

Metadata

Package Version Patches format
etcd 3.3.25+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0004 grpc 1.27.x.patch | (download)

clientv3/balancer/picker/err.go | 2 1 + 1 - 0 !
clientv3/balancer/picker/roundrobin_balanced.go | 2 1 + 1 - 0 !
clientv3/balancer/resolver/endpoint/endpoint.go | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 grpc 1.27.x

0005 go1.14 cipher.patch | (download)

pkg/tlsutil/cipher_suites.go | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 go1.14 cipher

0006 ignore bind error in embed serve_test.go.patch | (download)

embed/serve_test.go | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 ignore bind error in embed/serve_test.go

In autopkgtest-go, this test will be run when etcd is running.
etcd-server is installed, then the service is started by default.

0007 switch to creack pty.patch | (download)

pkg/expect/expect.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 switch to creack/pty

0008 use TLS.Config.MaxVersion to TLS 1.2.patch | (download)

pkg/transport/listener.go | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 use tls.config.maxversion to tls 1.2

0009 only warn on unsupported arch.patch | (download)

etcdmain/etcd.go | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 only warn on unsupported arch

0010 Increase the given latency in test.patch | (download)

pkg/proxy/server_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase the given latency in test

We have some slow architectures like mips to support.

0011 Fix goroutine leak in clientv3 test.patch | (download)

clientv3/main_test.go | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix goroutine leak in clientv3 test

Too many goroutines running after all test(s).
1 instances of:
google.golang.org/grpc.(*addrConn).resetTransport(...)
	/<<PKGBUILDDIR>>/_build/src/google.golang.org/grpc/clientconn.go:1149 +0x3ab
created by google.golang.org/grpc.(*addrConn).connect
	/<<PKGBUILDDIR>>/_build/src/google.golang.org/grpc/clientconn.go:815 +0xb2
1 instances of:
google.golang.org/grpc.(*ccBalancerWrapper).watcher(...)
	/<<PKGBUILDDIR>>/_build/src/google.golang.org/grpc/balancer_conn_wrappers.go:69 +0x97
created by google.golang.org/grpc.newCCBalancerWrapper
	/<<PKGBUILDDIR>>/_build/src/google.golang.org/grpc/balancer_conn_wrappers.go:60 +0x10f
FAIL	github.com/coreos/etcd/clientv3	3.178s