Skip to content
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

v4 fixes for 5702 and 5714 #5726

Merged
merged 13 commits into from
Jul 25, 2024
Merged

v4 fixes for 5702 and 5714 #5726

merged 13 commits into from
Jul 25, 2024

Conversation

kflynn
Copy link
Member

@kflynn kflynn commented Jul 20, 2024

This is @sekar-saravanan's fixes for #5702 and #5714 combined with my test cases.

Reviewers, this is definitely best reviewed commit by commit.

Note also that irtype.go is known to be incomplete -- but, as demonstrated, it's already good enough to do useful testing work!

Finally, note also that I have not tried to backport this work to the v3 branch. It's definitely doable, but since this involves a couple of chainsaw commits, there'll be some weirdness around the Go import paths, I'm sure.

sekar-saravanan and others added 3 commits July 5, 2024 16:05
Signed-off-by: Sekar Saravanan <[email protected]>
(cherry picked from commit e8ca650)
… build process.

Signed-off-by: Flynn <[email protected]>
(cherry picked from commit d04280e)
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jul 20, 2024
@kflynn kflynn requested a review from AliceProxy July 20, 2024 18:52
@dosubot dosubot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code t:bug Something isn't working labels Jul 20, 2024
@kflynn kflynn changed the base branch from master to dev/v4 July 20, 2024 18:53
@kflynn kflynn added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Jul 20, 2024
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jul 20, 2024
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Jul 20, 2024
@kflynn kflynn removed dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 20, 2024
@kflynn
Copy link
Member Author

kflynn commented Jul 20, 2024

(I initially submitted this as a PR against master, which is why the labels were so disturbing at first. 🙂)

@kflynn
Copy link
Member Author

kflynn commented Jul 20, 2024

@sekar-saravanan and @the-wondersmith, it'd be good for y'all to look at this too.

Copy link
Member

@AliceProxy AliceProxy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems fine to me. I'm not going to bother nit picking until CI is in a place where tests are passing and reliable indicators again and when the PR for merging this branch into main comes.

type IRCluster struct {
IRResource
BarHostname string `json:"_hostname"` // Why this _and_ hostname?
BarNamespace string `json:"_namespace"` // Why this _and_ namespace?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like this but I get why it's here for now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You and me both. I'll figure out what up with this soon.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 25, 2024
@kflynn kflynn merged commit b1cf095 into dev/v4 Jul 25, 2024
1 of 19 checks passed
@kflynn kflynn deleted the flynn/v4-5715 branch July 25, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files. t:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants