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

tests: Implement LargePut requests #15180

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

serathius
Copy link
Member

Part of #15102

cc @ahrtr @ptabor

@serathius serathius force-pushed the linearizability-large-put branch from 0a23b45 to f93e541 Compare January 24, 2023 21:26
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
@serathius serathius force-pushed the linearizability-large-put branch from f93e541 to ef0bdbe Compare January 24, 2023 21:29
@codecov-commenter
Copy link

Codecov Report

Merging #15180 (ef0bdbe) into main (91ec368) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #15180      +/-   ##
==========================================
- Coverage   74.54%   74.50%   -0.04%     
==========================================
  Files         415      415              
  Lines       34318    34318              
==========================================
- Hits        25583    25570      -13     
- Misses       7090     7105      +15     
+ Partials     1645     1643       -2     
Flag Coverage Δ
all 74.50% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
server/proxy/grpcproxy/watch.go 92.48% <0.00%> (-4.05%) ⬇️
client/v3/leasing/util.go 88.33% <0.00%> (-3.34%) ⬇️
server/etcdserver/api/v3rpc/interceptor.go 73.43% <0.00%> (-3.13%) ⬇️
server/etcdserver/api/v3rpc/watch.go 82.85% <0.00%> (-1.91%) ⬇️
server/etcdserver/api/rafthttp/msgappv2_codec.go 69.56% <0.00%> (-1.74%) ⬇️
pkg/adt/interval_tree.go 85.96% <0.00%> (-1.26%) ⬇️
server/etcdserver/server.go 84.94% <0.00%> (-0.31%) ⬇️
client/v3/watch.go 93.06% <0.00%> (+0.38%) ⬆️
server/etcdserver/v3_server.go 77.66% <0.00%> (+0.69%) ⬆️
server/lease/leasehttp/http.go 65.69% <0.00%> (+1.45%) ⬆️
... and 5 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@serathius serathius merged commit 3b612ce into etcd-io:main Jan 24, 2023
@serathius serathius deleted the linearizability-large-put branch June 15, 2023 20:39
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.

3 participants