-
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
Fix DQM config test: Increase number of sequence to test #46334
Conversation
please test |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46334/42166 |
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@antoniovagnerini, @nothingface0, @rvenditti, @syuvivida, @tjavaid can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-1 Failed Tests: RelVals RelVals
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
please test |
@cms-sw/dqm-l2 , can you please review this? This is trivial update to increase the number of processed sequences returned by |
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
|
@@ -4,12 +4,12 @@ | |||
<test name="GetTestDQMOfflineConfigurationFile" command="edmCopyUtil ${INFILE} $(LOCALTOP)/tmp/"/> | |||
|
|||
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 10 sequences. --> | |||
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,320,10"> | |||
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,329,10"> |
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.
@smuzaffar What is 329
? It looks like a magic number in my eyes.
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.
not a magic number. Currently we have 321
sequences returned by cmsswSequenceInfo.py --runTheMatrix --steps DQM,VALIDATION
which should be processed by TestDQMOfflineConfiguration_NN
unit tests and TestDQMOfflineConfigurationGotAll
should not process any sequences (otherwise it should fail).
I could have set this number to 321
but I decided to set it to 329
so that if new extra sequences are added then they can be processed by TestDQMOfflineConfiguration_NN
untill we hit 330
sequences
+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. @sextonkennedy, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This should fix the failing DQM configuration tests. This PR proposes to adjust the number of DQM sequences