mirror of https://github.com/pulumi/pulumi.git
0582242ce6
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. |
||
---|---|---|
.. | ||
dependency_graph.go | ||
dependency_graph_rapid_test.go | ||
dependency_graph_test.go | ||
doc.go | ||
resource_set.go | ||
resource_set_test.go |