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
What goes up must come down, even Pulumi programs.
Similar to #2537, we need comprehensive cross-tests for the Delete verb. We should have cross-tests for the same set of inputs that are used in the Create tests. Helpfully, those are already listed for Create.
Instead of writing separate tests for create and delete, we should write a single crosstest.CreateAndDelete case1 (per library: SDKv2 and PF) and convert create tests described in #2537 to that function.
Footnotes
We can continue to expose crosstest.Create and expose crosstest.Delete, but they should be rarely used. ↩
The text was updated successfully, but these errors were encountered:
Similar to #2537, we need comprehensive cross-tests for the
Delete
verb. We should have cross-tests for the same set of inputs that are used in the Create tests. Helpfully, those are already listed forCreate
.Instead of writing separate tests for create and delete, we should write a single
crosstest.CreateAndDelete
case1 (per library: SDKv2 and PF) and convert create tests described in #2537 to that function.Footnotes
We can continue to expose
crosstest.Create
and exposecrosstest.Delete
, but they should be rarely used. ↩The text was updated successfully, but these errors were encountered: