nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
637 stars 116 forks source link

Test errors coming from configuration #203

Open ncherel opened 7 years ago

ncherel commented 7 years ago

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

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

nchammas commented 7 years ago

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 commented 7 years ago

Yes it was just by running pytest.