robustness: follow up change for #21806#21808
Conversation
af910ca to
0f414b8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 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.
🚀 New features to boost your workflow:
|
0f414b8 to
8232613
Compare
Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
Signed-off-by: Chun-Hung Tseng <henrytseng@google.com>
8232613 to
6b563cb
Compare
|
@henrybear327: The following test failed, say
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. DetailsInstructions 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. |
|
Please fix, recommend not to use |
| if err = r.Report(); err != nil { | ||
| if err = r.SaveEtcdData(); err != nil { | ||
| lg.Error("Failed to save traffic generation report", zap.Error(err)) | ||
| } |
There was a problem hiding this comment.
What about saving visualization?
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: henrybear327 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
No description provided.