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

Tests needed #1

Open
abukharov opened this issue Mar 12, 2019 · 2 comments
Open

Tests needed #1

abukharov opened this issue Mar 12, 2019 · 2 comments

Comments

@abukharov
Copy link
Contributor

This code is completely untested. There's a need for some sort of automated testing.

@danhornby
Copy link
Contributor

I think it needs to be tested with AWS (ie not just unit testing).

We should look to testing some scenarios like:

  • stack create

  • stack create with custom cfn resource/lambda

  • stack update

  • stack delete

  • stackset creation

  • stackset instance create - default region

  • stackset instance create - many regions

  • stackset instances create - with override

  • stackset instance create with custom cfn resources/lambda

  • stackset instance amendments - various on above

  • stackset instance removal

  • stackset removal

We should build/use a harness to put together these testcases. I'm not sure if anything already exists... we should investigate.

@abukharov
Copy link
Contributor Author

In the meantime I test some most critical parts: cc6257f

As @maheshrayas found an issue in stackset grouping.

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

2 participants