Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run taskcat tests in sequential order #788

Open
gattasrikanth opened this issue Mar 10, 2023 · 0 comments
Open

Run taskcat tests in sequential order #788

gattasrikanth opened this issue Mar 10, 2023 · 0 comments

Comments

@gattasrikanth
Copy link

Describe the bug
I want the ability to run my tests in sequential order in various regions.

To Reproduce
This is a feature request: With current latest version of taskcat, when I run tests in say 10 regions, all the tests trigger at the same time, meaning taskcat will start deploying cloudformation templates in all 10 regions at the same time, while this is great, it may not be useful all the times. Ex: If my solution deploys 5 S3 buckets, then running 3 tests in 10 regions will create 150 s3 buckets, so I can easily hit the resources limit. This is one example, but we have more examples of various scenarios.

It will be great if taskcat can support sequential execution of tests with optional flags so that taskcat will run one test at a time or one region at a time etc depending on how we configure, then it will be a huge help for us.

**Version (Please make sure you are running the latest version of taskcat)

  • Taskcat Version 0.9.36

Note: Python Version (python3 required)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant