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

Test errors coming from configuration #203

Open
ncherel opened this issue Jul 3, 2017 · 2 comments
Open

Test errors coming from configuration #203

ncherel opened this issue Jul 3, 2017 · 2 comments

Comments

@ncherel
Copy link

ncherel commented Jul 3, 2017

  • Flintrock version: 9.0.0 dev
  • Python version: 3.5.2

When testing some errors can be encountered and are only related to AWS / conftest.
Two examples:

  • if you include a bid price, tests with t2 instances will fail as t2 instances can't be Spot Instances
  • in us-east-2, m3.medium is not an available instance

I would suggest to either change the values or warn users in the README of the test page.

@nchammas
Copy link
Owner

if you include a bid price, tests with t2 instances will fail as t2 instances can't be Spot Instances

Does this happen simply by running pytest, or did you edit the config somehow?

in us-east-2, m3.medium is not an available instance

Interesting. Perhaps we should switch to m4.large.

@ncherel
Copy link
Author

ncherel commented Jul 24, 2017

Yes it was just by running pytest.

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