Skip to content

Commit 0a95f43

Browse files
authored
Merge pull request #45507 from smuzaffar/fix-DQM-sequences-count
TestDQMOfflineConfigurationGotAll: increase the number of considered DQM seqs
2 parents 16a6457 + b7722de commit 0a95f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DQMOffline/Configuration/test/BuildFile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<test name="GetTestDQMOfflineConfigurationFile" command="edmCopyUtil ${INFILE} $(LOCALTOP)/tmp/"/>
55

66
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 10 sequences. -->
7-
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,311,10">
7+
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,320,10">
88
<flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/>
99
</test>
1010

1111
<!-- To make sure we actually got all sequences, the last check checks that there are no sequences beyond the last test -->
1212
<!-- This might need to updated when the number of distinct sequences grows, add more rows above and change the number here. -->
13-
<test name="TestDQMOfflineConfigurationGotAll" command="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 311">
13+
<test name="TestDQMOfflineConfigurationGotAll" command="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 320">
1414
<flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/>
1515
</test>

0 commit comments

Comments
 (0)