Fixup ping source dataMaxSize configmap#4894
Conversation
- Configmap should be basic key/value pair, not a string for a yaml struct - Provide example dataMaxSize configmap config - Correct example-checksum annotation - No mashalling from yaml needed, strconv directly to int64 - Add unit testing for ConfigMap reading - Remove erroneous broker parsing comments/function from copied implementation - Rename configmap to match naming conventions - update bsize len assignment to match int64 size
|
FYI @tayarani. |
Codecov Report
@@ Coverage Diff @@
## master #4894 +/- ##
==========================================
- Coverage 81.41% 81.14% -0.28%
==========================================
Files 292 294 +2
Lines 8328 8383 +55
==========================================
+ Hits 6780 6802 +22
- Misses 1142 1175 +33
Partials 406 406
Continue to review full report at Codecov.
|
|
/unhold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: antoineco, lberk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds 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.
|
|
@lberk: The following test 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/test-infra repository. I understand the commands that are listed here. |
Proposed Changes