-
Notifications
You must be signed in to change notification settings - Fork 4.6k
MTD geometry: DD4hep specPar update, additional fix #31921
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
Conversation
|
The code-checks are being triggered in jenkins. |
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31921/19347
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
fbfa0a8 to
9f2776c
Compare
|
The code-checks are being triggered in jenkins. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31921/19354
|
|
A new Pull Request was created by @fabiocos (Fabio Cossutti) for master. It involves the following packages: Geometry/MTDNumberingBuilder @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
The tests are being triggered in jenkins.
|
|
+1 |
|
Comparison job queued. |
|
Comparison is ready Comparison Summary:
|
|
+upgrade |
|
+1 |
|
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
|
@silviodonato @qliphy @smuzaffar this PR has broken the IB (unit tests), I do not understand anyway why this hasn't been seen in the PR test itself |
|
@silviodonato @qliphy @smuzaffar I was wrong, in fact there is nothing in the PR that should affect the unit tests. A quick standalone test shows that the problem comes from #31886 by @ianna , I'll try to see what is causing it (anyway a proof that these unit tests are useful...) |
@fabiocos - thanks for pointing this out. The PR #31934 fixes the DT geometry unit test. A namespace needed to be stripped off for a name comparison. Are you looking into the MTD code or shall I do it? Please, let me know. Thanks! |
ok, the PR #31934 should fix all the tests. |
PR description:
This PR follows #31879 fixing one instance of the old syntax for SpecParRegistry not migrated because hidden by a commented
EDM_ML_DEBUGstatement. At the same time clean a bit the categories used by MessageLogger in the same class.PR validation:
Code compiles, unit tests are ok without geometry changes, if the debugging statement is activated it properly compiles and run.