-
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
[release-3.4]: .travis.yml: Test with go v1.15.11 #12849
Commits on Apr 19, 2021
-
.travis.yml: Test with go v1.15.11
Currently in CI the tests are only run with go v1.12, this adds also go v1.15.11. Excludes certain variants for v1.15.
Configuration menu - View commit details
-
Copy full SHA for 62596fa - Browse repository at this point
Copy the full SHA 62596faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bd924 - Browse repository at this point
Copy the full SHA 35bd924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7e418 - Browse repository at this point
Copy the full SHA 0b7e418View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc08e5 - Browse repository at this point
Copy the full SHA cfc08e5View commit details -
go.mod,go.sum: Bump github.com/creack/pty that includes patch
This patch is needed due to go 1.15 erroring on: "Setctty set but Ctty not valid in child".
Configuration menu - View commit details
-
Copy full SHA for 4276c33 - Browse repository at this point
Copy the full SHA 4276c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeefd61 - Browse repository at this point
Copy the full SHA eeefd61View commit details -
integration : fix TestTLSClientCipherSuitesMismatch in go1.13
In go1.13, the TLS13 is enablled by default, and as per go1.13 release notes : TLS 1.3 cipher suites are not configurable. All supported cipher suites are safe, and if PreferServerCipherSuites is set in Config the preference order is based on the available hardware. Fixing the test case for go1.13 by limiting the TLS version to TLS12
Configuration menu - View commit details
-
Copy full SHA for df35086 - Browse repository at this point
Copy the full SHA df35086View commit details -
.travis,test: Turn race off in Travis for go version 1.15
Currently with race it fails, we can enable this at a later point.
Configuration menu - View commit details
-
Copy full SHA for a1691be - Browse repository at this point
Copy the full SHA a1691beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e037d - Browse repository at this point
Copy the full SHA 85e037dView commit details -
Fix pkg/tlsutil (test) to not fail on 386.
In fact this commit rewrites the functionality to use upstream list of ciphers instead of checking whether the lists are in sync using ast analysis.
Configuration menu - View commit details
-
Copy full SHA for c3f447a - Browse repository at this point
Copy the full SHA c3f447aView commit details -
pkg/tlsutil: Adjust cipher suites for go 1.12
Cherry-pick of 60e4428 from master branch does not work due to missing `tls.CipherSuites()` function. We work around by using go build tags for both the building and tests.
Configuration menu - View commit details
-
Copy full SHA for 8d1b833 - Browse repository at this point
Copy the full SHA 8d1b833View commit details -
integration: Fix 'go test --tags cluster_proxy --timeout=30m -v ./int…
…egration/...' grpc proxy opens additional 2 watching channels. The metric is shared between etcd-server & grpc_proxy, so all assertions on number of open watch channels need to take in consideration the additional "2" channels.
Configuration menu - View commit details
-
Copy full SHA for 276ee96 - Browse repository at this point
Copy the full SHA 276ee96View commit details