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

Remove incorrect assertions for invalid expander tests #2578

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

hankfreund
Copy link
Member

Change description

The two tests which verify controller behavior for compositions with invalid expanders have been asserting that the resultant Plan objects similarly show an error. This check is incorrect because a resource relying on an invalid Composition should never generate a Plan to begin with. An existing bug is creating Plans incorrectly and the test was mistakenly checking on those.

Remove the check of the Plan and only verify the Composition status.

The two tests which verify controller behavior for compositions with
invalid expanders have been asserting that the resultant Plan objects
similarly show an error. This check is incorrect because a resource
relying on an invalid Composition should never generate a Plan to begin
with. An existing bug is creating Plans incorrectly and the test was
mistakenly checking on those.

Remove the check of the Plan and only verify the Composition status.
@hankfreund
Copy link
Member Author

/assign @barney-s

@barney-s
Copy link
Collaborator

/approve
/lgtm

@google-oss-prow google-oss-prow bot added the lgtm label Aug 28, 2024
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: barney-s

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 0ceef9a into GoogleCloudPlatform:master Aug 28, 2024
11 checks passed
@yuwenma yuwenma added this to the 1.122 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants