Skip to content

Fix DaVinciTests/tests/options/Upgrade/DaVinci-Options.yaml

Eduardo Rodrigues requested to merge erodrigu-fix-yaml-testfile into master

Indeed DaVinci-Options.yaml and DaVinci-Options.py were not in sync and the former missed a couple of options, which result in an ApplicationManager error status code.

To reproduce, just in case, e.g. with the nightlies from this morning:

This works: davinci --export configuration_dst.opts run-mc --inputfiledb Upgrade_Bd2KstarMuMu - --joboptfile DaVinciTests/tests/options/Upgrade/DaVinci-Options.py.

This did not: davinci --export configuration_dst.opts run-mc --inputfiledb Upgrade_Bd2KstarMuMu - --joboptfile DaVinciTests/tests/options/Upgrade/DaVinci-Options.yaml.

Edited by Eduardo Rodrigues

Merge request reports