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

pulumi.com/waitFor annotation will hang when matching objects or arrays #3345

Closed
blampe opened this issue Dec 3, 2024 · 0 comments · Fixed by #3344
Closed

pulumi.com/waitFor annotation will hang when matching objects or arrays #3345

blampe opened this issue Dec 3, 2024 · 0 comments · Fixed by #3344
Assignees
Labels
area/await-logic kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed

Comments

@blampe
Copy link
Contributor

blampe commented Dec 3, 2024

An annotation like

pulumi.com/waitFor: "jsonpath={.metadata}"

should match immediately but will actually hang because .metadata is a non-primitive type.

Note however that this is expected when matching against a specific value

pulumi.com/waitFor: "jsonpath={.metadata}=Foo"

because the object will obviously never take on a value of "Foo".

@blampe blampe added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team area/await-logic and removed needs-triage Needs attention from the triage team labels Dec 3, 2024
@blampe blampe closed this as completed in e065015 Dec 3, 2024
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/await-logic kind/bug Some behavior is incorrect or out of spec resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants