-
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
[121X] include GTs for Pilot Beam Test #35593
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35593/25849
|
A new Pull Request was created by @malbouis for master. It involves the following packages:
@malbouis, @yuanchao, @pmandrik, @emanueleusai, @ahmad3213, @tvami, @jfernan2, @rvenditti, @pbo0, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: UnitTests AddOn Unit TestsI found errors in the following unit tests: ---> test TestDQMOnlineClient-beam_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-castor_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-beampixel_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-ctpps_dqm_sourceclient had ERRORS and more ... AddOn Tests
Expand to see more addon errors ...Comparison SummarySummary:
|
I think that for the AddOnTests what is happening is that the tests are running the Run 3 Prompt GT on 2018 data, for example, here: https://github.com/cms-sw/cmssw/blob/master/Configuration/HLT/python/addOnTestsHLT.py#L36 For the DQM unit tests, I am not so sure what could be the problem. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35593/25862
|
+alca |
+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) |
@malbouis @tvami should this really get merged together with #35550, as you are requesting for the 12_0_X version of this PR? I notice that the last tests run without #35550 ended up succesfully, while the previous ones made together with that PR showed several errors instead... |
Hi @perrotta the last tests run with #35593, #35600 and #35550 as fas as I can tell from https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5be715/19525/summary.html |
Ah, ok, correct: I overlooked #35593 (comment) Still I would like to know about correlations with the other PRs, and get a guidance about the needed order of mergings (or an indication about which ones must be merged together)ones |
To make the HLT tests pass, I think #35600 (or something equivalent) should be merged before this PR. |
Just noting here for the casual future reader: the update in
On a related note, I read in #35600 (comment) that having more 50k IOVs the tag
|
Hi @mmusich is this "guarantee" an actual policy? i.e. is it stated explicitely somewhere and people are counting on it? The breaking of these tags was proposed by @ggovi during the AlCaDB workshop (indico contribution).
Indeed we have a list of tags which have >50k IOVs, it's around 10 tags and some of them are for the UL offline reco, so they won't see any new append. The plan was to split the other ones (used in "online" GTs) after the Pilot Beam test in Novemeber in preparation for Run3. |
I just updated the description of the PR with ~ the same reply. :-) |
I wouldn't say it's a policy, but as I tried to phrase carefully in my previous message, it's rather a convenient feature. |
Ok yes I see. The idea was that if one wants to re-run the prompt reco on some old data the old prompt GT can be used.
Since we were updating the EcalLaser O2O system we took the (good) opportunity to split that tag only, the others will come |
+1 |
PR description:
This PR is a forward port of PR #35561 that includes the online GTs for datataking and updates the DQM unit tests to use a 2021 CRUZET run.
As it was suggested at the AlCaDB workshop (https://indico.cern.ch/event/1069946/contributions/4511740/attachments/2313276/3937722/Condition%20Database_%20Approaching%20Run3.pdf), we are planning to replace the most populated tags (> 50k) with a new tag in the Run 3 Prompt GT, due to better performance and manageability. In this PR, the newly introduced 120X Run 3 Prompt GT has a new such tag, EcalLaserAPDPNRatiosRcd, that is only valid starting from Run3 data. It was discussed and agreed upon also with the Ecal group.
In summary, the Run 3 Prompt GTs introduced in this PR are only valid for Run 3 data.
GT differences wrt CRUZET ones:
HLT:
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/113X_dataRun3_HLT_v3/120X_dataRun3_HLT_v3
Express:
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/113X_dataRun3_Express_v4/120X_dataRun3_Express_v2
Prompt:
https://cms-conddb.cern.ch/cmsDbBrowser/diff/Prod/gts/113X_dataRun3_Prompt_v3/120X_dataRun3_Prompt_v2
The hypernews with the announcement of the Pilot Test Beam GTs is here: https://hypernews.cern.ch/HyperNews/CMS/get/calibrations/4488.html
PR validation:
Just as a sanity check as we do not expect to catch the errors that showed up in DQM online:
runTheMatrix.py -l 138.1,138.2 --ibeos -j8
if this PR is a backport please specify the original PR and why you need to backport that PR:
It is a forward port of #35561.