-
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
MuonAlignment ASAN bug fix #36147
MuonAlignment ASAN bug fix #36147
Conversation
@cmsbuild , please test for CMSSW_12_2_ASAN_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36147/26684
|
A new Pull Request was created by @hyunyong for master. It involves the following packages:
@malbouis, @tvami, @yuanchao, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
type bug-fix |
-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 TestDQMServicesDemo had ERRORS Comparison SummarySummary:
|
6b0658c
to
f7b1887
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36147/26840
|
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ca9366/20720/summary.html Comparison SummarySummary:
|
@cmsbuild , please test for CMSSW_12_2_ASAN_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 TestDQMServicesDemo had ERRORS Comparison SummarySummary:
|
Hi @cms-sw/dqm-l2 friends, @iarspider is this a known thing for the ASAN release? I don't think TestDQMServicesDemo problem is connected to this PR, can you please confirm? As you can see above it's really just coming up for the ASAN version. |
Thanks @iarspider ! |
+alca |
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@hyunyong could you please take care of adding/modifying the relevant info as above, for PR documentation? Then it can be merged. |
@hyunyong so the root issue was mismatch in MuonAlignmentInputDB / MuonAlignmentInputDB constructor arguments between declaration and usage? |
Yes, MuonAlignmentInputDB has to read the APEs from DB but put a wrong constructor then it creates new APEs itself. |
+1
|
Yes, thank you for your comments. |
PR description:
Resolve #36053
PR validation:
Test with Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh