-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[12.3.X] Bugfix for Strips O2O #37235
Conversation
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_12_3_X. It involves the following packages:
@cmsbuild, @ggovi, @tvami, @malbouis, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
@cmsbuild, please test |
type bug-fix |
backport of #37230 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4ed981/23086/summary.html Comparison SummarySummary:
|
+db |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_3_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_4_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
PR description:
Fix for #37228
PR validation:
Using
CondTools/SiStrip/scripts/o2oRun_SiStripDAQ.py 1 /cvmfs/cms.cern.ch/slc7_amd64_gcc820/cms/cmssw/CMSSW_11_0_1/src/CondTools/SiStrip/python/SiStripDCS_popcon.py --debug --db sqlite:test.db
I can reproduce the issue in #37228After this PR the error is gone.
(and I get the msg that
Exception: Database 'sqlite:test.db' is not known.
which is fine since I anyway didnt want to upload to the DB)if this PR is a backport please specify the original PR and why you need to backport that PR:
Backport of #37230