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
[INFO] [echo-1]: process started with pid [86076]
[INFO] [echo-1]: process has finished cleanly [pid 86076]
[INFO] [echo-2]: process started with pid [86078]
[echo-1] inc1 my_parameter_value_1
[INFO] [echo-2]: process has finished cleanly [pid 86078]
[echo-2] inc2 my_parameter_value_1
Actual behavior
Default value of my_parameter in inc2 is overrided by default value of parameter with the same name in inc1
Expected behavior
Parameters in separate files should not collide.
Additional information
The issue can be avoided by additionally scoping each include with group, however, I strongly believe that scoping should be implied by inclusion.
The text was updated successfully, but these errors were encountered:
Bug report
Required Info:
Steps to reproduce issue
test.yaml
inc1.yaml
inc2.yaml
Output:
Actual behavior
Default value of
my_parameter
ininc2
is overrided by default value of parameter with the same name ininc1
Expected behavior
Parameters in separate files should not collide.
Additional information
The issue can be avoided by additionally scoping each include with
group
, however, I strongly believe that scoping should be implied by inclusion.The text was updated successfully, but these errors were encountered: