Add tests for encoding collections in JSON for KEP-5116#130220
Add tests for encoding collections in JSON for KEP-5116#130220k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
@serathius: GitHub didn't allow me to assign the following users: dead2k. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. DetailsIn response to this:
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. |
|
/assign @deads2k |
2a718b6 to
9fbf4bf
Compare
Used test cases from: * Original PR kubernetes#129334 * KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/5116-streaming-response-encoding#unit-tests For now testing current serializer implementation to show encoder behavior and agree on set of tests. Having a separate PR should make review easier. In separate PR will add the implementation for streaming that should provide same response byte-to-byte.
9fbf4bf to
26fe6bc
Compare
|
/triage accepted |
|
LGTM label has been added. DetailsGit tree hash: 61f648272e7c372c2a425ad897d1d55568f71778 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, serathius 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 |
|
/hold cancel |
Used test cases from:
For now testing current serializer implementation to show encoder behavior and agree on set of tests. Having a separate PR should make review easier. In separate PR will add the implementation for streaming that should provide same response byte-to-byte.
/kind feature
Previous PR #129334
Tracked in kubernetes/enhancements#5116
/assign @liggitt @deads2k @benluddy