Skip to content

Commit f2a4efd

Browse files
authored
Merge pull request #46923 from iarspider/patch-12
Fix DQM config test: Increase number of sequences to process
2 parents 0ceb5ce + 83675c3 commit f2a4efd

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,339,10">
7+
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,999,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} 339">
13+
<test name="TestDQMOfflineConfigurationGotAll" command="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 999">
1414
<flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/>
1515
</test>

0 commit comments

Comments
 (0)