-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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_5_X] Bug fix in EMTF GEM and RPC unpacker blocks #39461
[12_5_X] Bug fix in EMTF GEM and RPC unpacker blocks #39461
Conversation
type bugfix |
A new Pull Request was created by @eyigitba for CMSSW_12_5_X. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
please test |
backport of #39460 |
+l1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs after it passes the integration tests and once validation in the development release cycle CMSSW_12_6_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
@cmsbuild please test
|
@francescobrivio as you noticed, the "file opening" errors in tne input relvals are clearly unrelated from this PR: there was no reason to restart the tests for them. I'll keep the previous results for good and I'll merge this one right now. |
Of course! You are the release manager 😄 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d3666f/27703/summary.html Comparison SummarySummary:
|
PR description:
This is the backport of #39460
This PR fixes a bug that was mentioned in #39456
The bug was introduced in #39390
It was a stupid mistake on my part that somehow went in. The index for the for loop does not match the if/else statements, hence causing an empty GEM/RPC TP to be created which then causes the crash when we try to create detID.
This should be backported to 12_4_X and 12_5_X to fix the same ug in those releases.
PR validation:
Tested with running the unpacker on the data files mentioned in #39456. Unpacker runs and assigns the correct values to GEM/RPC TPs.
File used:
/eos/cms/store/t0streamer/Data/Express/000/359/045/run359045_ls0144_streamExpress_StorageManager.dat
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:
This is the backport of #39460