Skip to content
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

release-3.4: updated test workflow go version to 1.16 #14134

Closed
wants to merge 7 commits into from

Commits on Jun 17, 2022

  1. tests: fixed 'Fatalf from a non-test goroutine' in server_tests

    backport of release-3.5: etcd-io@6e800b9
    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7a59209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31af5bd View commit details
    Browse the repository at this point in the history
  3. tests: Adding better diagnostic and location for temporary files to S…

    …napshot tests.
    
    backport from release-3.5
    etcd-io@74274f4
    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    300c90a View commit details
    Browse the repository at this point in the history
  4. server: update bolt db to 1.3.6

    need newer version of bolt db for go1.16 compatibilty
    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5e64f37 View commit details
    Browse the repository at this point in the history
  5. tests: run 'go mod tidy' to update deps

    PASSES='fmt bom dep' ./test
    
    auth/store.go:35:2: missing go.sum entry for module providing package golang.org/x/crypto/bcrypt (imported by go.etcd.io/etcd/auth); to add:
    	go get go.etcd.io/etcd/auth
    /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0/client_metrics.go:7:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by go.etcd.io/etcd/etcdserver/etcdserverpb); to add:
    	go get go.etcd.io/etcd/etcdserver/etcdserverpb
    /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/grpc@v1.26.0/internal/transport/controlbuf.go:28:2: missing go.sum entry for module providing package golang.org/x/net/http2 (imported by go.etcd.io/etcd/proxy/httpproxy); to add:
    	go get go.etcd.io/etcd/proxy/httpproxy
    /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/grpc@v1.26.0/internal/transport/controlbuf.go:29:2: missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by github.com/soheilhy/cmux); to add:
    	go get github.com/soheilhy/cmux@v0.1.4
    /Users/bk/.gvm/pkgsets/go1.16.7/global/pkg/mod/google.golang.org/grpc@v1.26.0/server.go:36:2: missing go.sum entry for module providing package golang.org/x/net/trace (imported by go.etcd.io/etcd/embed); to add:
    	go get go.etcd.io/etcd/embed
    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ff89836 View commit details
    Browse the repository at this point in the history
  6. clientv3/integration: Reduce flakines of TestGetTokenWithoutAuth

    backport from branch-3.5:
    etcd-io#12200
    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    4aeadec View commit details
    Browse the repository at this point in the history
  7. tests: updated github tests workflow to use latest go 1.16

    Bogdan Kanivets committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0088cce View commit details
    Browse the repository at this point in the history