pulumi/pkg/resource/deploy/deploytest
Abhinav Gupta c747513ed9
deploytest/ResourceMonitor: Don't drop deps
Another step towards #11808.

ResourceMonitor.Call calls ResourceMonitorClient.Call
and converts the output into a few different results.

During the conversion, it builds a `map[PropertyKey][]URN`,
but it never fills that map with values,
and instead always returns the empty map.

This bug was caught by staticcheck.

```
resource/deploy/deploytest/resourcemonitor.go:390:11: SA4010: this result of append is never used, except maybe in other appends (staticcheck)
```
2023-01-12 14:08:34 -08:00
..
analyzer.go [core] Improve engine test coverage. (#8720) 2022-01-11 09:20:43 -08:00
backendclient.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
languageruntime.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
pluginhost.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
provider.go Phase 3 of the convert mapper 2022-12-01 23:43:43 +00:00
resourcemonitor.go deploytest/ResourceMonitor: Don't drop deps 2023-01-12 14:08:34 -08:00
resourcemonitor_test.go deploytest/ResourceMonitor: Don't drop deps 2023-01-12 14:08:34 -08:00