You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching via chaos run exp.json --var-file config.json
So the experiment works right now, but when you have a big configuration, it's quite annoying have to place empty values to the config keys. Why not to just exclude them? So that if I provide "another_arg" from config.json, I don't have to place an empty one in the experiment.json.
Our suggestion: If none of the configurations contain such attribute, only then raise an error.
The text was updated successfully, but these errors were encountered:
I can the issue with large configuration indeed. I think the rationale was to ensure the experiment documents clearly its expectations. I need to check but it would be good if the ctk validation could say "hey you're using a var that was not never found neither in the inlined configuration section nor from a config var". So at least we get notified about this.
I can the issue with large configuration indeed. I think the rationale was to ensure the experiment documents clearly its expectations. I need to check but it would be good if the ctk validation could say "hey you're using a var that was not never found neither in the inlined configuration section nor from a config var". So at least we get notified about this.
This Issue has not been active in 365 days. To re-activate this Issue, remove the Stale label or comment on it. If not re-activated, this Issue will be closed in 7 days.
Fantastic day!
There is a little issue with the configurations.
For example I have this experiment.json
And var-file:
Launching via
chaos run exp.json --var-file config.json
So the experiment works right now, but when you have a big configuration, it's quite annoying have to place empty values to the config keys. Why not to just exclude them? So that if I provide
"another_arg"
fromconfig.json
, I don't have to place an empty one in theexperiment.json
.Our suggestion: If none of the configurations contain such attribute, only then raise an error.
The text was updated successfully, but these errors were encountered: