mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
219 stars 78 forks source link

lack of structure validity #54

Open ik5 opened 10 years ago

ik5 commented 10 years ago

When creating the yaml file, there is no check to see if something that is required is missing, but it just try to execute the parameter with null value.

For example misspelling of field: max_concurret:

Will not trigger that the max_concurrent: field is missing, but will add the -l field without integer or other type of value.

bklang commented 10 years ago

Related to this: we should catch steps that don't exist and throw an error. Right now they are silently ignored.