-
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
BeamSpot DQM clients modified to log to onlineDB only when beam status from TCDS is STABLE #37614
BeamSpot DQM clients modified to log to onlineDB only when beam status from TCDS is STABLE #37614
Conversation
…s from TCDS is STABLE
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37614/29385
|
A new Pull Request was created by @dzuolo (Davide Zuolo) for master. It involves the following packages:
@emanueleusai, @ahmad3213, @cmsbuild, @jfernan2, @pmandrik, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
@cmsbuild please test |
Apparently I am not an "authorised" user that can issue the test command so if somebody could it for me I would appreciate it :) |
please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comment
I see two errors in the unitTests:
which is exactly what what is touched in this PR. It seems like
|
2nd error is known and being discussed here: |
You need to unpack it... |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test TestDQMOnlineClient-beam_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-l1tstage2_dqm_sourceclient had ERRORS Comparison SummarySummary:
|
just to clarify on the comment which might appear a bit terse, what I meant is that the TCDS unpacker needs to be included in the path run in the online client, just as it was done for the
|
If I understood correctly the failed unit test is not related to this PR and is being discussed in #37584. No other errors popped up. |
Ok I think I have a working solution for this...I just need to get hold of a streamer file for |
@emanueleusai given that you signed the 12_3_X backport can you sign this one as well? |
+1 |
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) |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7ac7d2/24143/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+1 |
Following discussion with @ggovi BeamSpot DQM clients have been modified in such a way that they log to onlineDB only when the beam mode from TCDS is STABLE. This prevents the generation of dummy logs containing only "fit failed" reports during, e.g., cosmics data taking.
Code in this PR compile and the following local tests were successful
-scram b code-format
-scram b code-checks
-scramv1 b runtests
This PR is not a backport and a backport to 12_3 will provided shortly.
FYI: @gennai @francescobrivio