lanl / Pavilion

HPC testing harness
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Pavilion Silently fails when quotes are not around some values in yaml files #30

Closed cadejager closed 7 years ago

cadejager commented 7 years ago

With the current version of pavilion missing quotes around time_limit in the yaml files will cause it to fail without error. This has been fixed in 3790a3fb3e5141cc47f0d707094303585a018f8b but I am not sure that there are not other cases where this is also a problem.

cadejager commented 7 years ago

Trying to catch this for every value will significantly increase the code base and the only place where it seems like it will be a large issue is for time which is now caught and documented in the default_test_config.yaml file.