Moved construction of ProductResolvers to a separate function#47051
Moved construction of ProductResolvers to a separate function#47051cmsbuild merged 1 commit intocms-sw:masterfrom
Conversation
|
cms-bot internal usage |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47051/43196 ERROR: Build errors found during clang-tidy run. |
| processHistoryID_(), | ||
| processHistoryIDBeforeConfig_(), | ||
| processConfiguration_(&pc), | ||
| productResolvers_(resolvers.begin(), resolvers.end()), |
There was a problem hiding this comment.
Note, the type of productResolvers_ and resolvers is slightly different (since productResolvers_ uses the edm:propagate_const on the elements) which is why I need to use the iterators.
8e37e06 to
31c0d22
Compare
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47051/43197
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
31c0d22 to
b2ae435
Compare
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47051/43198
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
b2ae435 to
5e50df4
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47051/43199
|
|
A new Pull Request was created by @Dr15Jones for master. It involves the following packages:
@Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
Pull request #47051 was updated. @Dr15Jones, @antoniovagnerini, @civanch, @cmsbuild, @kpedro88, @makortel, @mdhildreth, @rseidita, @smuzaffar can you please check and sign again. |
|
please test |
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test runtestPhysicsToolsPatAlgos had ERRORS Comparison SummarySummary:
|
d501e8c to
91b9436
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47051/43233
|
|
Pull request #47051 was updated. @Dr15Jones, @antoniovagnerini, @civanch, @cmsbuild, @kpedro88, @makortel, @mdhildreth, @rseidita, @smuzaffar can you please check and sign again. |
|
please test |
|
+1 Size: This PR adds an extra 64KB to repository 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: Comparison SummarySummary:
|
There seems to be another non-reproducibility in phase2 workflows after #46416 was resolved, I opened #47071 |
|
+core |
|
+1 |
|
+dqm
|
|
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. @mandrenguyen, @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
Refactored how ProductResolvers are constructed. This should allow easier changes for the future.
PR validation:
Code compiles and all framework tests pass.
resolves cms-sw/framework-team#1145