Skip to content

Conversation

mjeffryes
Copy link
Member

@mjeffryes mjeffryes commented Jun 19, 2025

Following the suggestion in #342 (comment) to report partial errors. In my local testing this does seem to handle partial failures correctly on create and update.

fixes: #386
related: pulumi/pulumi#19635, #342 (We may need additional testing on delete and refresh before declaring these issues complete)

@mjeffryes
Copy link
Member Author

mjeffryes commented Jun 19, 2025

@mjeffryes mjeffryes force-pushed the fix_eks_test branch 2 times, most recently from 0a45dd3 to dca1834 Compare June 19, 2025 18:07
}

if applyErr != nil {
// TODO[pulumi/pulumi-terraform-module#342] Possibly wrap partial errors in initializationError. This
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment suggests that there might be issues with Update here: #342 (comment)

Has this been addressed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I think we need to add some additional test cases around this since the current one only tests a create failure.

@Zaid-Ajaj Zaid-Ajaj merged commit 7ae45cc into fix_eks_test Jun 20, 2025
19 checks passed
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.

Snapshot integrity error on partial apply error
3 participants