-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: No longer possible to extend dictionary inside adjust block (+ sign is stripped) #276
Comments
bisect shows the regression happened in 759788f |
Hm, if the reproducer is stored in 'main.fmf' and thus producing node named '/' then it contains 'adjust+' and 'environment+' keys. However if metadata cause named node (eg '/repro') by being in 'repro.fmf' file, or using '/repro:' in key, the node contains 'adjust' and 'environment'.
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expectation when running
tmt -c dimension=value tests show
for this test metadata is to have environment containing both 'FOO' and 'BAR' values.However fmf-1.5.0+ makes tmt to get only the 'BAR' value.
Reproducer metadata:
This seems to be caused by 'fmf' to report different 'raw' data:
fmf-1.4.0 shows environment+ inside adjust key
While recent (1.5.0 and 1.6.0) show environment: instead
The text was updated successfully, but these errors were encountered: