-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Remove Duplicate RelVals from relval_highstats.py and Smaller Queries for das-up-to-nevents.py
#45774
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
Conversation
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45774/41490 |
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@AdrianoDee, @cmsbuild, @kskovpen, @miquork, @srimanob, @subirsarkar, @sunilUIET can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
type bug-fix |
|
please test |
|
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
|
please test |
|
-1 Failed Tests: UnitTests RelVals-INPUT Unit TestsI found 1 errors in the following unit tests: ---> test test-das-selected-lumis had ERRORS RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
|
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test test-das-selected-lumis had ERRORS Comparison SummarySummary:
|
|
please test It seems to me the unit test failure is unrelated and I can't reproduce it offline (not even using the cms-bot DAS client). |
|
+1 Size: This PR adds an extra 76KB to repository Comparison SummarySummary:
|
|
urgent
|
|
+Upgrade |
|
+pdmv |
|
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. @antoniovilela, @mandrenguyen, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
PR description:
This PR proposes few things:
relval_highstats.pyalready added inrelval_data_highstats.pyby 2024 Data RelVals andInputInfoEvents Skimming (actually) Working #45055. Without thisrunTheMatrix.py -w data,highstats -ncomplains about duplicates:adjusted
das-up-to-nevents.pyto run DAS queries run per run up to the number of events requested in order to have smaller queries to be cached by cms-bot. This should fix the DAS query failures observed in latest tests.moving most of the 2024 data wfs from
relval_standard.pytorelval_data_highstats.pyso that they don't get run in the IBs (since it's not really needed). This reduce the 2024 wfs to be run in an IB from 75 to 4.PR validation:
runTheMatrix.py -w data,highstats -ndoes not complain about duplicates anymore.