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

crank/trace: fix order of column to match managed resources #4895

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

sttts
Copy link
Contributor

@sttts sttts commented Oct 25, 2023

Description of your changes

Crossplane resources via kubectl show SYNCED READY in that order. Let's keep our mind sane by using the same order in the trace command :)

I have:

Need help with this checklist? See the cheat sheet.

@sttts sttts requested review from phisco and a team as code owners October 25, 2023 13:49
@sttts sttts requested a review from negz October 25, 2023 13:49
Copy link
Contributor

@phisco phisco left a comment

Choose a reason for hiding this comment

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

Makes sense to me! 🙏

@phisco
Copy link
Contributor

phisco commented Oct 25, 2023

Oops, you need to update the default output in the tests.

Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@upbound.io>
@sttts
Copy link
Contributor Author

sttts commented Oct 25, 2023

Oops, you need to update the default output in the tests.

Done. Tedious :D

@phisco
Copy link
Contributor

phisco commented Oct 25, 2023

Oops, you need to update the default output in the tests.

Done. Tedious :D

totally agree, I think I saw a library that was automatically regenerating golden files for tests on failures if requested to do so, but IIRC that didn't play well with our pattern for tests. We can address that later if we feel it's causing too much pain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants