-
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
Bug fix for coral MessageService wrapper #32503
Conversation
Dear @ggovi |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32503/20435
|
A new Pull Request was created by @ggovi for master. It involves the following packages: CondCore/CondDB @yuanchao, @christopheralanwest, @cmsbuild, @tlampen, @ggovi, @pohsun can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1d5f0f/11747/summary.html Comparison SummarySummary:
|
@@ -23,6 +23,9 @@ namespace cond { | |||
|
|||
ConnectionPool::ConnectionPool() { | |||
m_pluginManager = new cond::CoralServiceManager; | |||
m_msgReporter = new CoralMsgReporter; | |||
// ownership is acquired ( instrinsically unsafe, need to change coral ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you correct the spelling of "intrinsically"?
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32503/20459
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1d5f0f/11760/summary.html Comparison SummarySummary:
|
+1 |
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This pr addresses #31896
The fixes involve a wrapper for the Coral message Reporter:
PR validation:
CondDB Unit test, integration test with BeamSpot client ( including the recipe for reproducing the above issue )