hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.31k stars 1.73k forks source link

Support nested tests with VCR #6443

Open slevenick opened 4 years ago

slevenick commented 4 years ago

This only is an issue for one test: TestAccKmsSecret_basic which has nested tests within its main test. Either un-nest this or fix VCR to work for nested tests

danawillow commented 4 years ago

Alternate solution: un-nest the test since it's the only one that does it which means it might not be necessary

rileykarson commented 1 year ago

@shuyama1 this works in the new system, right? I think the log files need to be accessed manually, but they run.

shuyama1 commented 1 year ago

Probably not, but I'm not entirely sure. Created https://github.com/GoogleCloudPlatform/magic-modules/pull/7947 to test it.