You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update test attempts to create a DiscoveryConfig resource and then add a certain Action to it that uses tags.
Since our backend (DLP) validates for real tags, I wrote this test originally to create a tag KV pair to use, but it looks like sometimes the key doesn't get deleted properly on cleanup.
A few thoughts on solutions, but I'm not sure which is ideal here.
Write a custom sweeper to clean up the tag at the end of the test
Suffix the tag key/values with a random number so that they don't clash if clean up fails
Skip this validation in our backend, and then don't create real tags for this test
Impacted tests
TestAccDataLossPreventionDiscoveryConfig_Update
Affected Resource(s)
google_data_loss_prevention_discovery_config
Failure rates
Message(s)
Test Debug Log
b/394920107
The text was updated successfully, but these errors were encountered: