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

chore: Adds a test_name param to acceptance test workflow #2352

Closed maastha closed 1 week ago

maastha commented 1 week ago

Description

This PR enhances the Acceptance test workflow by enabling users to specify and run a single test within a Test Group.

This feature is particularly beneficial for executing long-running tests (such as cluster tests) during development, allowing developers to quickly test changes without waiting for the entire test suite/group to complete or tying up local machine resources.

Additionally, this helps in avoiding consuming more resources than strictly necessary for some feature/bug that we might be working on.

Link to any related issue(s):

Type of change:

Required Checklist:

Further comments

Test run for below workflow: https://github.com/mongodb/terraform-provider-mongodbatlas/actions/runs/9567292550 Screenshot 2024-06-18 at 15 45 06