Closed tvami closed 1 year ago
Originally the dump
functionality was only implemented for the payload, while for tag and GT it was throwing an error.
This was fixed already in https://github.com/cms-sw/cmssw/pull/38757, but I guess we didn't take into account the multi-IOV tags (which I'm not sure how they should be treated...).
We (me and Ilya) will take a look at it.
one thing that I've not tried is to see if the functionality changes back in case the type
is specified
conddb dump --type tag HcalRecoParams_v11.1_offline --destfile HcalRecoParams_v11.1_offline.xml
vs
conddb dump HcalRecoParams_v11.1_offline
one thing that I've not tried is to see if the functionality changes back in case the
type
is specifiedconddb dump --type tag HcalRecoParams_v11.1_offline --destfile HcalRecoParams_v11.1_offline.xml
vs
conddb dump HcalRecoParams_v11.1_offline
I have tried it, and specifying --type tag
doesn't change the wrong behavior.
conddb dump behaviour changes if
--destfile
is specified on multi-IOV tags.shows all the IOVs while
outputs only one payload.