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

functional-tester: enable TLS, phase 1 #9534

Merged
merged 14 commits into from
Apr 6, 2018
Merged

functional-tester: enable TLS, phase 1 #9534

merged 14 commits into from
Apr 6, 2018

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Apr 5, 2018

Locally ran test suites, and confirmed that it works.

Use etcd --auto-tls --peer-auto-tls flag, and send client requests with clientv3.Config.InsecureSkipVerify: true. Next, generate static TLS assets with no auto TLS flags, like we do in production. And cache TLS assets from previous runs.

Fix #8943.

gyuho added 14 commits April 5, 2018 15:54
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #9534 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9534      +/-   ##
==========================================
- Coverage   72.39%   72.39%   -0.01%     
==========================================
  Files         367      367              
  Lines       31267    31267              
==========================================
- Hits        22636    22635       -1     
- Misses       6996     7000       +4     
+ Partials     1635     1632       -3
Impacted Files Coverage Δ
proxy/grpcproxy/register.go 69.44% <0%> (-13.89%) ⬇️
clientv3/namespace/watch.go 72.72% <0%> (-6.07%) ⬇️
etcdserver/v2_server.go 80.76% <0%> (-3.85%) ⬇️
mvcc/watcher.go 96.29% <0%> (-3.71%) ⬇️
proxy/httpproxy/director.go 80% <0%> (-2.86%) ⬇️
etcdserver/api/v3election/election.go 66.66% <0%> (-2.78%) ⬇️
rafthttp/msgappv2_codec.go 69.56% <0%> (-1.74%) ⬇️
clientv3/watch.go 94.85% <0%> (-0.99%) ⬇️
proxy/grpcproxy/lease.go 78.28% <0%> (-0.91%) ⬇️
pkg/proxy/server.go 58.81% <0%> (-0.34%) ⬇️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72ba557...a0b094c. Read the comment docs.

@gyuho gyuho merged commit c91a61b into etcd-io:master Apr 6, 2018
@gyuho gyuho deleted the test-tls branch April 6, 2018 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants