Mathias Fredriksson
Mathias Fredriksson
This'll look a bit weird for anyone viewing the docs on GitHub, the heading will be visible but `` doesn't show up. Do we want to maintain compatibility or guide...
@dependabot rebase
Related: https://github.com/pion/udp/pull/73, https://github.com/hashicorp/hc-install/pull/68
Looks like CI tests pass, but locally I keep running into: ``` --- FAIL: TestProvision (0.06s) t.go:81: 2022-07-22 21:28:14.595 [DEBUG] (*server).Provision running initialization t.go:81: 2022-07-22 21:28:14.604 [DEBUG] (*server).Provision running initialization...
Here's another error I see locally, it's even more weird since the installation of `null` seems successful: ``` --- FAIL: TestProvision/single-resource (19.10s) provision_test.go:246: log: [DEBUG] provision_test.go:246: log: [DEBUG] Initializing the...
Hmm, problem goes away when disabling parallel tests. Would indicate there's a concurrency problem with running multiple Terraform instances in parallel. Not sure why it only seems to manifests when...
@kylecarbs @spikecurtis any ideas as to why this is happening? Do we just disable parallel tests for these cases?
Ah, thanks for that insight @spikecurtis. While testing I did try to explicitly set `terraform init -lock=true` in our provisioner code because I was unsure of the default: ``` -lock=false...
Oh doh, that makes sense, thanks for saving me from that goose chase. I'll look into reporting this upstream.
Would it be unfeasible for a rename to simply be a surface-level change that does not release the underlying name the workspace was created with? For instance, say you have...