pulumi/pkg/resource/graph
Ian Wahbe 0582242ce6 Add `pulumi state delete --target-dependents`
Add comment + fix tests

We had two problems here.

1. Our graph rapid tests didn't encode the `includeChildren` flag as
transitive, which it should be. Looking at the call sites of
`DependingOn` confirms this.

2. `TestDeleteProtected` was sharing variables between threads (causing
flakey results). This was fixed.
2022-10-27 11:23:56 -07:00
..
dependency_graph.go Add `pulumi state delete --target-dependents` 2022-10-27 11:23:56 -07:00
dependency_graph_rapid_test.go Add `pulumi state delete --target-dependents` 2022-10-27 11:23:56 -07:00
dependency_graph_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
resource_set.go Implement the --exclude-protected feature (#8359) 2021-11-15 11:45:14 -08:00
resource_set_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00