-
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
Test how to do blocking hand-off between TBB and module thread #34084
Conversation
Also moved a method only used internally to private section.
Also moved pset validation class as it is only used by MessageLogger.
This allows properly setting up the MessageLogger for a non-framework controlled thread.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34084/23246
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: FWCore/Integration @makortel, @smuzaffar, @cmsbuild, @Dr15Jones can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build ClangBuild The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/MuonFSRProducer.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/MuonMCClassifier.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/TriggerObjectFilterByCollection.cc In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc:57: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/poison/FWCore/MessageService/interface/MessageLogger.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. | ^~~~~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/src/MuonAnalysis/MuonAssociators/plugins/TriggerMatcherToHLTDebug.cc:57: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_12_0_X_2021-06-10-1100/poison/FWCore/MessageService/interface/MessageLogger.h:1:2: error: #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. 1 | #error THIS FILE HAS BEEN REMOVED FROM THE PACKAGE. Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34084/23292
|
Pull request #34084 was updated. @smuzaffar, @Dr15Jones, @makortel, @Martin-Grunewald, @rekovic, @fwyzard, @santocch, @cecilecaillol can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-286116/15920/summary.html Comparison SummarySummary:
|
+hlt
|
+l1 |
@cms-sw/analysis-l2 @cms-sw/core-l2 ping |
+1 |
+1 |
merge |
+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 be automatically merged. |
PR description:
PR validation:
All framework tests plus the newly added test pass.
resolves cms-sw/framework-team#167