-
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
Check that lumiSectionInterval_ is valid in StreamerOutputModuleCommon #43629
Check that lumiSectionInterval_ is valid in StreamerOutputModuleCommon #43629
Conversation
cms-bot internal usage |
please test |
@makortel FYI |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43629/38279
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
63db4e9
to
08feb11
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43629/38280
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages:
@makortel, @cmsbuild, @Dr15Jones, @smuzaffar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b2f73/36639/summary.html 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: Comparison SummarySummary:
|
08feb11
to
75562eb
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43629/38284
|
Pull request #43629 was updated. @cmsbuild, @makortel, @Dr15Jones, @smuzaffar can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4b2f73/36645/summary.html 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: Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
Logs show #43293 |
+core |
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. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
ping |
+1 |
PR description:
Avoid potential uninitialized value by requiring lumiSectionInterval_ to not be negative. This fixes a possible uninitialized value warning in gcc.
PR validation:
Code compiles without issuing a possible uninitialized value warning.