Skip to content

Conversation

@nwnt
Copy link
Member

@nwnt nwnt commented Jan 24, 2026

As discussed in #21180
#21180 (comment)

cc @serathius

@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.46%. Comparing base (b9ac08b) to head (0b9b5be).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

see 23 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #21187      +/-   ##
==========================================
+ Coverage   68.38%   68.46%   +0.07%     
==========================================
  Files         429      429              
  Lines       35288    35288              
==========================================
+ Hits        24132    24160      +28     
+ Misses       9759     9737      -22     
+ Partials     1397     1391       -6     

Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nwnt
Copy link
Member Author

nwnt commented Jan 24, 2026

/retest

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nwnt, serathius

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

{name: "Get third version of 'c' by its revision", begin: "c", options: config.GetOptions{Revision: int(firstRev) + 4}, wantResponse: &clientv3.GetResponse{Header: createHeader(firstRev + 7), Count: 1, Kvs: []*mvccpb.KeyValue{kvC}}},
{name: "Get the latest version of 'c'", begin: "c", wantResponse: &clientv3.GetResponse{Header: createHeader(firstRev + 7), Count: 1, Kvs: []*mvccpb.KeyValue{kvC}}},
}
for _, tt := range tests {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use names to create subtests.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, done. Planned to do that but then totally forgot..

@nwnt nwnt force-pushed the add-range-test-description branch from 981ce21 to 6b4098b Compare January 25, 2026 05:30
Signed-off-by: Nont <nont@duck.com>
@nwnt nwnt force-pushed the add-range-test-description branch from 6b4098b to 0b9b5be Compare January 26, 2026 02:02
@k8s-ci-robot
Copy link

k8s-ci-robot commented Jan 26, 2026

@nwnt: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-coverage-report 0b9b5be link true /test pull-etcd-coverage-report

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@nwnt
Copy link
Member Author

nwnt commented Jan 26, 2026

sorry just saw that I introduced a bug unintentionally. should be ok now;1 @serathius.

@serathius serathius merged commit ab9157d into etcd-io:main Jan 26, 2026
30 of 31 checks passed
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.

3 participants