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

PF Test List Type in Diff #2795

Open
VenelinMartinov opened this issue Dec 24, 2024 · 0 comments
Open

PF Test List Type in Diff #2795

VenelinMartinov opened this issue Dec 24, 2024 · 0 comments
Labels
kind/engineering Work that is not visible to an external user

Comments

@VenelinMartinov
Copy link
Contributor

For the following collection types:

  • list attribute
  • list nested attribute
  • list nested block

and the following schema variations:

  • Optional
  • Required
  • Optional + Computed
    • set in the program
    • set by the provider
  • Nested Optional + Computed
    • set in the program
    • set by the provider
  • Default
  • Default from a plan modifier
  • Nested Default
  • Nested Default from a plan modifier

each of these with:

  • RequiresReplace plan modifier
  • Nested RequiresReplace plan modifier
  • MaxItemsOne
  • MaxItemsOne + RequiresReplace plan modifier

we should test the following scenarios:

  • empty unchanged
  • non-empty unchanged
  • added empty
  • added non-empty
  • removed empty
  • removed non-empty
  • changed non-empty
  • element added front
  • element added middle
  • element added end
  • element removed front
  • element removed middle
  • element removed end
  • element changed
  • long list added front
  • long list added back
  • long list removed front
  • long list removed end
@VenelinMartinov VenelinMartinov added the kind/engineering Work that is not visible to an external user label Dec 24, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Dec 24, 2024
@VenelinMartinov VenelinMartinov removed the needs-triage Needs attention from the triage team label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

2 participants