-
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
Fix UBSAN warning in DataFormats/L1TParticleFlow #41941
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41941/35900
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@epalencia, @AdrianoDee, @srimanob, @cmsbuild, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
please test for CMSSW_13_2_UBSAN_X |
-1 Failed Tests: UnitTests 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: Unit TestsI found errors in the following unit tests: ---> test TestRun2ScoutingDataFormats had ERRORS Comparison SummarySummary:
|
The unit test failure is related to a recently merged PR that depended on new data files in an external cms-data repo. The external is not connected to the IB used to run the PR tests. If the tests are rerun after that occurs they should pass. Maybe by tomorrow? The cms-data PR is already merged within the last few hours... I'm not sure how long it takes. The next IB might use the new external version. |
Last CMSSW_13_2_X_2023-06-13-1100 contains everything |
The warnings are gone as expected, and the change is trivial, so I propose to ignore the failed test and merge this PR. @aloeliger @perrotta objections? |
No objections on my side |
+l1 If it helps |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). 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 |
merge |
PR description:
Fixes warning reported in #41774 :
PR validation:
No special validation