mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
230 stars 167 forks source link

test: Unifies Azure and GCP networking tests #2371

Closed lantoli closed 4 days ago

lantoli commented 4 days ago

Description

Unifies Azure and GCP networking tests.

This PR is focused on fixing flaky test TestAccNetworkRSNetworkPeering_updateBasicAzure. So for instance no test check refactors are done.

Azure and GCP basic and update tests are joined in one Azure and GCP tests because the basic tests are basically the first step in the update ones, so they don't add a lot of value.

This will also eliminate flakiness as tests were sharing project execution and now there will be only one Azure test.

Link to any related issue(s):

Type of change:

Required Checklist:

Further comments