You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pursuant to #2773, we are introducing integration level cross-tests (SDKv2, PF) for bridged provider operations. These allow us to easily verify that the behavior of bridged TF providers with Pulumi match the behavior of native terraform providers with Terraform. crosstests are written on a verb by verb basis. This EPIC describes the tests we need for the crosstest.Update verb.
As a pre-requisite to implementing any of these tests, we need:
Pursuant to #2773, we are introducing integration level cross-tests (SDKv2, PF) for bridged provider operations. These allow us to easily verify that the behavior of bridged TF providers with Pulumi match the behavior of native terraform providers with Terraform.
crosstest
s are written on a verb by verb basis. This EPIC describes the tests we need for thecrosstest.Update
verb.As a pre-requisite to implementing any of these tests, we need:
crosstest.Update
crosstest.Update
Some of these tests need:
crosstest.Update
(SDKv2) (similar to Assert on outputs in SDKv2 Cross-tests [Create][SDKv2] #2523)crosstest.Update
(PF) (similar to Assert on outputs in SDKv2 Cross-tests [Create][PF] #2524)We won't attempt to be as through with testing inputs as we were for #2537, since we presume that inputs and outputs will flow appropriately.
Issues:
{List,Set,Map}[T]
works as expected{List,Set,Map}
from non-empty to empty and vice versa works as expected{List,Set,Map}
(without hitting empty) works as expectedList
re-orders work as expectedSet
re-orders work as expectedThe text was updated successfully, but these errors were encountered: