ROX-27490: Generate failed cluster report#15212
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 11950dd. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## lvm/rox-27490-add-failed-clusters-to-storage-protos #15212 +/- ##
====================================================================================
Coverage 49.12% 49.13%
====================================================================================
Files 2558 2558
Lines 187891 187916 +25
====================================================================================
+ Hits 92300 92329 +29
+ Misses 88311 88308 -3
+ Partials 7280 7279 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
13bef89 to
d4d7962
Compare
095f10a to
6dae686
Compare
d4d7962 to
4f402ec
Compare
6dae686 to
cd85a53
Compare
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
vikin91
left a comment
There was a problem hiding this comment.
I think the changes look good. We can fix the missing bits (if any) in the other PR when this all is populated and can be tested on a cluster.
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
mtodor
left a comment
There was a problem hiding this comment.
It looks great!
I have added a few nitpicks and considerations, but I would not postpone the PR merge because of them. If you are going to address other review comments, then you can consider addressing nitpicks.
central/complianceoperator/v2/report/manager/format/formatter.go
Outdated
Show resolved
Hide resolved
central/complianceoperator/v2/report/manager/format/formatter_test.go
Outdated
Show resolved
Hide resolved
e9a3923 to
9d8eb96
Compare
55b99fe to
11950dd
Compare
|
@lvalerom: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
Description
Given a map of failed clusters. The CSV formatter will generate a file per failed cluster with the reason for the failure.
User-facing documentation
Testing and quality
Automated testing
How I validated my change