-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Migrate legacy type modules to one type #39616
Migrate legacy type modules to one type #39616
Conversation
ESDaqInfoTask ESDataCertificationTask ESDcsInfoTask
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39616/32413
|
A new Pull Request was created by @wddgit (W. David Dagenhart) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @syuvivida, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
Should these not rather be migrated to |
In principle yes, but
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-997c38/28002/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
ESDataCertificationTask books some histograms but never fills them. It's remotely possible some other module retrieves them from DQMStore and fills them but I doubt it. It has been in this state since 2013. If we are going to do more than the minimal migration, then I would recommend deleting the entire module. Possibly there are some other files needing modification, maybe configurations that try to run or read the histograms. I'm not sure. I suppose I could try to do this instead. Do you want me to delete it? |
Since the module is being run as part of runTheMatrix, I'd leave it for DQM experts to clean up if it is indeed deemed unnecessary (unless @cms-sw/dqm-l2 instructs otherwise) |
Let's leave it like this for the time being. we will discuss with the ECAL DQM developers if they are ok with the module being removed. |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Migrate three legacy type modules to one type
ESDaqInfoTask
ESDataCertificationTask
ESDcsInfoTask
PR validation:
Relies on existing tests. Minimal changes were done to migrate this code. They should behave the same.