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
241 stars 169 forks source link

chore: Enables TestAccBackupSnapshotExportJob_basic for test runs. #2274

Closed marcosuma closed 4 months ago

marcosuma commented 4 months ago

Description

Please include a summary of the fix/feature/change, including any relevant motivation and context.

Link to any related issue(s):

Type of change:

Required Checklist:

Further comments

lantoli commented 4 months ago

note that a couple of tests are failing

marcosuma commented 4 months ago

@lantoli backup tests are being flaky in the last days 😢 I am making sure the test I am changing are succeeding, and overall what I notice is that it's not always the same test that are failing.

@EspenAlbert I agree, but consider that a test written this way has the advantage of being hermetic. I think overall though that within the backup test suite we're testing almost always the same thing, hence some tests might be duplicate.