Refactor control of Source in EventProcessor#50843
Refactor control of Source in EventProcessor#50843Dr15Jones wants to merge 17 commits intocms-sw:masterfrom
Conversation
Throw exception in endJob not during destructor.
Co-authored-by: Copilot <copilot@github.com>
- moved looper setup out of source queue - improved function names Co-authored-by: Copilot <copilot@github.com>
This isolates all calls to the source queue to be in dedicated functions. Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
- move error handling out of source queue - merge run/lumi before calling looper Co-authored-by: Copilot <copilot@github.com>
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50843/49191
|
|
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 |
|
please test |
|
-1 Failed Tests: ClangBuild Failed Clang BuildI found compilation warning while trying to compile with clang. Command used: See details on the summary page. |
|
Pull request #50843 was updated. @Dr15Jones, @cmsbuild, @makortel, @smuzaffar can you please check and sign again. |
|
please test |
|
-1 Failed Tests: UnitTests Failed Unit TestsI found 1 errors in the following unit tests: ---> test test_PedeConversion had ERRORS Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
|
please test |
|
-1 Failed Tests: UnitTests Failed Unit TestsI found 1 errors in the following unit tests: ---> test test_PedeConversion had ERRORS Comparison SummarySummary:
|
|
So the failing unit test has the following output while in the IB the same unit test has Note that the IB says this happens in begin process block transition while the PR has global begin run. |
|
More telling, the IB has while the PR has so it looks like beginJob for AlignmentProducerBase is not begin called. |
|
please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50843/49215
|
|
Pull request #50843 was updated. @Dr15Jones, @makortel, @smuzaffar can you please check and sign again. |
|
+1 Size: This PR adds an extra 44KB to repository Comparison SummarySummary:
|
PR description:
PR validation:
Code compiles, all framework unit tests pass.
resolves cms-sw/framework-team#2190