flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

specifying a `[[resource.config]]` `requires` as a string doesn't raise an error

Open grondo opened this issue 9 months ago • 0 comments

I had inadvertently created a config with:

[[resource.config]]
hosts = "pi[0-2]"
cores = "0-3"
properties = "cm4"

This is an error since properties is not an array, but the value is ignored and no error is returned on flux config [re]load.

grondo avatar May 13 '24 20:05 grondo