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: run network fault tests with snapshot trigger #9530

Merged
merged 15 commits into from
Apr 5, 2018

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Apr 5, 2018

And some clean ups.

And move proxy to a separate package (ref. #9081).

@codecov-io
Copy link

Codecov Report

Merging #9530 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9530      +/-   ##
==========================================
+ Coverage   72.41%   72.44%   +0.02%     
==========================================
  Files         367      367              
  Lines       31267    31267              
==========================================
+ Hits        22643    22652       +9     
+ Misses       6992     6977      -15     
- Partials     1632     1638       +6
Impacted Files Coverage Δ
compactor/periodic.go 56.06% <0%> (-33.34%) ⬇️
proxy/grpcproxy/register.go 69.44% <0%> (-11.12%) ⬇️
etcdserver/api/v3rpc/lease.go 74.32% <0%> (-6.76%) ⬇️
auth/simple_token.go 87.03% <0%> (-6.49%) ⬇️
proxy/grpcproxy/watcher.go 89.79% <0%> (-4.09%) ⬇️
etcdserver/api/v3election/election.go 66.66% <0%> (-2.78%) ⬇️
clientv3/concurrency/election.go 79.52% <0%> (-2.37%) ⬇️
lease/leasehttp/http.go 58.08% <0%> (-1.48%) ⬇️
etcdserver/cluster_util.go 76.64% <0%> (-1.46%) ⬇️
clientv3/balancer/grpc1.7-health.go 85.17% <0%> (-1.17%) ⬇️
... and 19 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 95119a7...6b74ce1. Read the comment docs.

gyuho added 15 commits April 5, 2018 10:29
Now configure slow network cases with latency greater than election timeout.

Signed-off-by: Gyuho Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants