-
Notifications
You must be signed in to change notification settings - Fork 263
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
Adding base64 data handling to ping update command #1392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vyasgun: 0 warnings.
In response to this:
Description
Adding base64 data handling to ping update command. Handling comments from #1388
Changes
- Adding a test case to test builder functions
- Handling base64 data in update command
- Modified usage/error strings for more clarity
Reference
Fixes #1204
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/test-infra repository.
Codecov Report
@@ Coverage Diff @@
## main #1392 +/- ##
==========================================
+ Coverage 76.51% 78.23% +1.71%
==========================================
Files 160 160
Lines 8234 8246 +12
==========================================
+ Hits 6300 6451 +151
+ Misses 1229 1104 -125
+ Partials 705 691 -14
Continue to review full report at Codecov.
|
985b136
to
f966e73
Compare
4147948
to
1c68afb
Compare
I'd be great if you could add a few test cases to E2E tests as well. At least asserting no errors on create and binary data in description. Bonus would be asserting sink logs. :) Finally, please add new feature entry to |
1394f66
to
3b630bb
Compare
f4fed7a
to
619cc6e
Compare
/lgtm Not approving yet for others to take a look maybe. |
619cc6e
to
70df3f7
Compare
/retest |
70df3f7
to
ffbbf57
Compare
/retest |
ffbbf57
to
e906663
Compare
Thanks @vyasgun! So let's go with approve this time, and leave lgtm for others to take a look. :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, vyasgun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The following is the coverage report on the affected files.
|
@vyasgun thanks again, great job on both related PRs. 👍 /lgtm |
Description
Adding base64 data handling to ping update command. Handling comments from #1388
Changes
Reference
Fixes #1204