-
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
[12_4_X] Preprocess EDAlias and SwitchProducer information for ConditionalTask #38731
[12_4_X] Preprocess EDAlias and SwitchProducer information for ConditionalTask #38731
Conversation
A new Pull Request was created by @makortel (Matti Kortelainen) for CMSSW_12_4_X. It involves the following packages:
@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
backport #38730 |
type bugfix |
urgent This PR is needed before HLT can switch to |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c27023/26220/summary.html Comparison SummarySummary:
|
In light of this requirement how soon does this PR need to be signed/merged? @qliphy @perrotta While @Dr15Jones left some comments in the |
Ok, after starting to take a look of the refinements, I'd like to spend some time with them, so it's probably best to proceed with this (and the |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1
|
@makortel @fwyzard @Dr15Jones in the last CMSSW_12_4_X_2022-07-15-2300 IB, after the merge of this PR. we see a unit test error for FWCore/Integration/test/EDAlias_t.cpp, see e.g.https://cmssdt.cern.ch/SDT/cgi-bin/logreader/el8_amd64_gcc10/CMSSW_12_4_X_2022-07-15-2300/unitTestLogs/FWCore/Integration#/ The IBs in the master do not report that error. Is there anything forgotten about this backport? |
@perrotta I see the same error message also in the CMSSW_12_5_X IB: https://cmssdt.cern.ch/SDT/cgi-bin/logreader/el8_amd64_gcc10/CMSSW_12_5_X_2022-07-15-2300/unitTestLogs/FWCore/Integration#/32-69 . |
I see. And it disappears in the following IB |
Looking into the code, I think the cmssw/FWCore/Integration/test/EDAlias_t.cpp Lines 232 to 241 in 035f882
In fact, the unit test does pass for me when I run it locally:
|
Wait, going through the logs, the failure is actually from |
Ok, that should have been fixed by #38756 |
PR description:
Backport of #38730. Quoting the description of the original PR
PR validation:
Framework unit tests pass.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backport of #38730 to 12_4_X.