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

etcd-tester: fix "writeTxn" key selection #9133

Merged
merged 1 commit into from
Jan 11, 2018
Merged

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Jan 11, 2018

Found when debugging #9130.

Found when debugging etcd-io#9130.

Signed-off-by: Gyuho Lee <[email protected]>
@codecov-io
Copy link

Codecov Report

Merging #9133 into master will decrease coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #9133      +/-   ##
=========================================
- Coverage   76.25%     76%   -0.26%     
=========================================
  Files         359     359              
  Lines       29983   29983              
=========================================
- Hits        22864   22789      -75     
- Misses       5541    5605      +64     
- Partials     1578    1589      +11
Impacted Files Coverage Δ
pkg/transport/timeout_conn.go 80% <0%> (-20%) ⬇️
proxy/grpcproxy/register.go 69.44% <0%> (-13.89%) ⬇️
pkg/fileutil/purge.go 73.68% <0%> (-7.9%) ⬇️
clientv3/namespace/watch.go 93.93% <0%> (-6.07%) ⬇️
etcdctl/ctlv3/command/lease_command.go 65.34% <0%> (-5.95%) ⬇️
etcdserver/api/v3rpc/lease.go 81.08% <0%> (-5.41%) ⬇️
clientv3/concurrency/session.go 88.63% <0%> (-4.55%) ⬇️
proxy/grpcproxy/watch.go 90.06% <0%> (-4.35%) ⬇️
pkg/netutil/netutil.go 63.21% <0%> (-3.45%) ⬇️
etcdserver/api/v3rpc/watch.go 85.4% <0%> (-2.58%) ⬇️
... and 14 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 52f73c5...6cf220c. Read the comment docs.

@gyuho gyuho merged commit 63e4a30 into etcd-io:master Jan 11, 2018
@gyuho gyuho deleted the tester-fix branch January 11, 2018 19:16
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