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

Taskcat exits in get_teststate() when describestack fails #64

Closed
sshvans opened this issue Feb 23, 2018 · 1 comment
Closed

Taskcat exits in get_teststate() when describestack fails #64

sshvans opened this issue Feb 23, 2018 · 1 comment
Assignees
Labels

Comments

@sshvans
Copy link
Contributor

sshvans commented Feb 23, 2018

[taskcat] |GENERATING REPORTS
[INFO ] :Creating report in [taskcat_outputs]
[INFO ] :Collecting CloudFormation Logs
[INFO ] :Collecting logs for tCaT-tag-quickstart-a-master-7e225ad7"

[ERROR ] : Error trying to get the events for stack [tCaT-tag-quickstart-a-master-7e225ad7] in region [us-west-2 An error occurred (ValidationError) when calling the DescribeStackEvents operation: Stack [tCaT-tag-quickstart-a-master-7e225ad7] does not exist
[ERROR ] :No event logs found. Something went wrong at describe event call.

[INFO ] :(Generating Reports)
[INFO ] : - Processing quickstart-a-master
Traceback (most recent call last):
File "/usr/local/bin/taskcat", line 56, in
main()
File "/usr/local/bin/taskcat", line 50, in main
tcat_instance.createreport(testdata, 'index.html')
File "/usr/local/lib/python3.6/site-packages/taskcat/stacker.py", line 1971, in createreport
self.genreport(testdata_list, dashboard_filename)
File "/usr/local/lib/python3.6/site-packages/taskcat/stacker.py", line 1750, in genreport
state['region'])
File "/usr/local/lib/python3.6/site-packages/taskcat/stacker.py", line 1658, in get_teststate
test_query = cfn.describe_stacks(StackName=stackname)
File "/usr/local/lib/python3.6/site-packages/botocore/client.py", line 324, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/usr/local/lib/python3.6/site-packages/botocore/client.py", line 622, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id tCaT-tag-quickstart-a-master-7e225ad7 does not exist

@sshvans
Copy link
Contributor Author

sshvans commented Feb 28, 2018

Fixed in commit c15582c

@sshvans sshvans closed this as completed Feb 28, 2018
tonynv pushed a commit that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant