-
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
Add ESModule tracking to StallMonitor #36798
Conversation
The signal is emitted when the ESModule is registered with a provider.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36798/27946
|
A new Pull Request was created by @Dr15Jones (Chris Jones) 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 |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36798/27948
|
Pull request #36798 was updated. @cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please check and sign again. |
@cmsbuild, please test |
-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 TestFWCoreIntegrationStandalone had ERRORS ---> test unitTestsGroup_1 had ERRORS ---> test unitTestsGroup_4 had ERRORS ---> test testmat had ERRORS and more ... Comparison SummarySummary:
|
All the test failures appear to be from the IB having multiple instances of the same class in multiple libraries which causes ROOT to throw our exception. |
please test |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test materialBudgetTrackerPlots had ERRORS Comparison SummarySummary:
|
+1 Unit test failure looks like a timeout (and unrelated, and I've seen it fail sporadically in other PRs too) |
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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
merge |
PR description:
PR validation:
Code compiles. The extended unit tests succeeds. The stall file generated by the unit test was passed to the graph building script and the generated file looked correct.