-
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
TkDQM: Add checks to avoid Segfault when a ME is not present at harvesting step #36151
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36151/26695
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
@arossi83 please apply code-checks |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36151/26697
|
A new Pull Request was created by @arossi83 (Alessandro Rossi) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @pbo0, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36151/26805
|
Pull request #36151 was updated. @emanueleusai, @ahmad3213, @jfernan2, @rvenditti, @pbo0, @pmandrik can you please check and sign again. |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b0c03e/20677/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
When a couple of TkDQM harvesting module don't find the MEs which in principle should had been produced in the previous step a segmentation fault happen, as reported here #36133. With this PR we introduce a couple of simple check to avoid the this behaviour, if MEs are not produced the modules will be skipped.
PR validation:
runTheMatrix.sh -l 10024
runTheMatrix.sh -l 139.001 (with #36133 locally merged)
if this PR is a backport please specify the original PR and why you need to backport that PR:
Not a backport and no backport needed