Skip to content

robustness: follow up change for #21806#21808

Open
henrybear327 wants to merge 2 commits into
etcd-io:mainfrom
henrybear327:robustness/follow-up-change
Open

robustness: follow up change for #21806#21808
henrybear327 wants to merge 2 commits into
etcd-io:mainfrom
henrybear327:robustness/follow-up-change

Conversation

@henrybear327
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.22%. Comparing base (8ad92a0) to head (6b563cb).

Additional details and impacted files

see 19 files with indirect coverage changes

@@           Coverage Diff           @@
##             main   #21808   +/-   ##
=======================================
  Coverage   70.21%   70.22%           
=======================================
  Files         427      427           
  Lines       35304    35304           
=======================================
+ Hits        24788    24791    +3     
+ Misses       9125     9122    -3     
  Partials     1391     1391           

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 8ad92a0...6b563cb. Read the comment docs.

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

@henrybear327 henrybear327 force-pushed the robustness/follow-up-change branch from 0f414b8 to 8232613 Compare May 25, 2026 14:10
Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
@henrybear327 henrybear327 force-pushed the robustness/follow-up-change branch from 8232613 to 6b563cb Compare May 25, 2026 15:50
@k8s-ci-robot
Copy link
Copy Markdown

@henrybear327: 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-verify 6b563cb link true /test pull-etcd-verify

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.

@serathius
Copy link
Copy Markdown
Member

serathius commented May 26, 2026

Please fix, recommend not to use if err := ...; err != nil {

../tests/robustness/main_test.go:98:6: shadow: declaration of "err" shadows declaration at line 91 (govet)
		if err := r.Finalize(t.Failed(), panicked); err != nil {
		   ^
../tests/robustness/main_test.go:104:5: shadow: declaration of "err" shadows declaration at line 91 (govet)
	if err := r.SaveEtcdData(); err != nil {
	   ^
2 issues:
* govet: 2

if err = r.Report(); err != nil {
if err = r.SaveEtcdData(); err != nil {
lg.Error("Failed to save traffic generation report", zap.Error(err))
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What about saving visualization?

@k8s-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: henrybear327
Once this PR has been reviewed and has the lgtm label, please assign jmhbnz for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

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