-
Notifications
You must be signed in to change notification settings - Fork 472
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
Use of ApiMachinery Sets with structs containing references #1703
Comments
Fixes: kubernetes-sigs#1703 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Fixes: kubernetes-sigs#1703 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
/assign @arkodg |
@shaneutt: GitHub didn't allow me to assign the following users: arkodg. Note that only kubernetes-sigs 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. In 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/test-infra repository. |
(@arkodg is working on this 👍 ) |
Signed-off-by: Steve Kriss <krisss@vmware.com>
add additional unit test case for #1703
@skriss noticed while we were evaluating #1702 that some of the conformance test code wasn't working for him, particularly #1692 (comment) where the
sets
functionality from apimachinery was used with a struct with nested references. Sets does not currently support accurateHas(obj)
functionality for structs with nested pointers, and so this test can not proceed properly.Thank you @skriss! 🥳
The text was updated successfully, but these errors were encountered: