-
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
[13.2.X] Add pixelgpu
online DQM client and augment DQM/Integration
unit tests
#42583
[13.2.X] Add pixelgpu
online DQM client and augment DQM/Integration
unit tests
#42583
Conversation
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_13_2_X. It involves the following packages:
@nothingface0, @emanueleusai, @cmsbuild, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
pixelgpu
online DQM client and augment DQM/Integration
unit testspixelgpu
online DQM client and augment DQM/Integration
unit tests
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-476549/34316/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_13_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_3_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
please test with cms-sw/cmsdist#8655 |
@mmusich this PR was succesfuly tested even without cms-data/DQM-Integration#4 |
As suggested by the static analyzer, |
cms-data/DQM-Integration#4 is already merged, hence I would
wrong, the unit tests are automatically run, and indeed a quick look into the unit test folder shows that they are run: |
OK, I'll fix this in a follow-up. Please recall that the potential thread safety issue is less problematic for a DQM online client (that AFAIK runs single-threaded) |
OK, apparently it was done already at cms-sw/cmsdist#8655 |
So, they succeed even if the streamer file is not found: is that the intended behaviour? |
I would say it is not problematic at all here, because they are treated as static const in the code nonetheless: it is just to shut up the static analyzer and get rid of a few easily avoidable false positive |
it's not up to me to judge, but that's how the central core DQM code is setup: cmssw/DQMServices/StreamerIO/plugins/DQMFileIterator.cc Lines 219 to 224 in 7769acb
Any amendment of this behavior does not pertain to this particular PR. |
since |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-476549/34334/summary.html Comparison SummarySummary:
|
+1
|
backport of #42542
PR description:
This PR is a follow-up to my previous PR #41939 and to the TSG ticket https://its.cern.ch/jira/browse/CMSHLT-2846.
The main goal is to add
DQM/Integration/python/clients/pixelgpu_dqm_sourceclient-live_cfg.py
: a new DQM online client designed to monitor the GPU and CPU Pixel collections from within thestreamDQMGPUvsCPU
stream.At the moment only the
SiPixelRawDataError
collections are monitored bySiPixelPhase1RawDataErrorComparator
, but in future, once more event products could be persisted after the ongoingalpaka
migration, also other clients that are currently run within the HLT menu itself could be moved here.I profit of this PR to include the new GPUVsCPU client (and the two existing ECAL and HCAL ones) in the battery of unit tests.
For data a corresponding PR to
cms-data
has been created (cms-data/DQM-Integration#4) in order to supply the necessary input files (albeit - alas - these files lack the proper pixel collections (SiPixelRawDataErroredmDetSetVector_hltSiPixelDigisFromSoA_*_*
andSiPixelRawDataErroredmDetSetVector_hltSiPixelDigisLegacy_*_*
) that became available after CMSHLT-2846 was closed).PR validation:
Run successfully:
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Verbatim backport of #42542 for deployment in 2023 HI data-taking.