Skip to content

Commit

Permalink
Merge pull request #34189 from smuzaffar/dqm-config-unittest-11_3
Browse files Browse the repository at this point in the history
[11.3] Split DQM configuration tests in smaller set to make then run …
  • Loading branch information
cmsbuild committed Jun 21, 2021
2 parents 8fd693e + 8503e09 commit 2ba5372
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions DQMOffline/Configuration/test/BuildFile.xml
@@ -1,10 +1,19 @@
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 50 sequences. -->
<test name="TestDQMOfflineConfiguration0" command="runtests.sh 50 0"/>
<test name="TestDQMOfflineConfiguration50" command="runtests.sh 50 50"/>
<test name="TestDQMOfflineConfiguration100" command="runtests.sh 50 100"/>
<test name="TestDQMOfflineConfiguration150" command="runtests.sh 50 150"/>
<test name="TestDQMOfflineConfiguration200" command="runtests.sh 50 200"/>
<test name="TestDQMOfflineConfiguration250" command="runtests.sh 50 250"/>
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 20 sequences. -->
<test name="TestDQMOfflineConfiguration0" command="runtests.sh 20 0"/>
<test name="TestDQMOfflineConfiguration20" command="runtests.sh 20 20"/>
<test name="TestDQMOfflineConfiguration40" command="runtests.sh 20 40"/>
<test name="TestDQMOfflineConfiguration60" command="runtests.sh 20 60"/>
<test name="TestDQMOfflineConfiguration80" command="runtests.sh 20 80"/>
<test name="TestDQMOfflineConfiguration100" command="runtests.sh 20 100"/>
<test name="TestDQMOfflineConfiguration120" command="runtests.sh 20 120"/>
<test name="TestDQMOfflineConfiguration140" command="runtests.sh 20 140"/>
<test name="TestDQMOfflineConfiguration160" command="runtests.sh 20 160"/>
<test name="TestDQMOfflineConfiguration180" command="runtests.sh 20 180"/>
<test name="TestDQMOfflineConfiguration200" command="runtests.sh 20 200"/>
<test name="TestDQMOfflineConfiguration220" command="runtests.sh 20 220"/>
<test name="TestDQMOfflineConfiguration240" command="runtests.sh 20 240"/>
<test name="TestDQMOfflineConfiguration260" command="runtests.sh 20 260"/>
<test name="TestDQMOfflineConfiguration280" command="runtests.sh 20 280"/>
<!-- To make sure we actually got all sequences, the last check checks that there are no sequences beyond the last test -->
<!-- This might need to updated when the number of distinct sequences grows, add more rows above and change the number here. -->
<test name="TestDQMOfflineConfigurationGotAll" command="cmsswSequenceInfo.py --runTheMatrix --steps DQM,VALIDATION --limit 50 --offset 300 --threads 1 | grep 'Analyzing 0 seqs'"/>

0 comments on commit 2ba5372

Please sign in to comment.