-
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
Add Service type in an exception message from ServiceRegistry #39636
Add Service type in an exception message from ServiceRegistry #39636
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39636/32434
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
@cmsbuild, please abort |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39636/32439
|
Pull request #39636 was updated. @cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please check and sign again. |
@cmsbuild, please test |
-1 Failed Tests: UnitTests RelVals-INPUT AddOn Unit TestsI found errors in the following unit tests: ---> test condTestRegression had ERRORS ---> test SiStripDAQ_O2O_test had ERRORS RelVals-INPUT
AddOn Tests
Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
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) |
Hoping the failed tests are spurious, will try again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0130f6/28113/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
thanks for catching this. The reason behind this wrong link is that both
which confuses bot |
For the record, this has happened before (#36408 (comment)). #36423 was an attempt to fix it, but it was not integrated (while cms-sw/cms-bot#1675 was..). |
There are DQM differences for JetMET in several workflows: not clear if and why this PR can have generated them... |
I doubt this PR can cause any changes in physics or reconstruction quantities... |
please test |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestGeneratorInterfaceEvtGenInterface_external_bplus had ERRORS Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+1
|
merge |
PR description:
This PR adds the Service type as part of the exception message when a ServiceRegistry has not been set for the current thread. This information could help debugging semi-rare failures in HLT tests that were reported in #38801 (comment) .
PR validation:
Code compiles