Skip to content
Snippets Groups Projects
Commit 96a7ef9a authored by scott snyder's avatar scott snyder
Browse files

EventLoopTest: Fix ATN test failures.

Remove -s switch from athena tests.  Was causing a false match against
the error pattern.


Former-commit-id: e7489f71
parent ced447f6
No related branches found
No related tags found
No related merge requests found
<unifiedTestConfiguration> <unifiedTestConfiguration>
<atn> <atn>
<TEST name="ByteStreamReadTest" type="athena" suite="Examples"> <TEST name="ByteStreamReadTest" type="athena" suite="Examples">
<options_atn>-s EventLoopTest/ByteStreamReadTest.py</options_atn> <options_atn>EventLoopTest/ByteStreamReadTest.py</options_atn>
<timelimit>5</timelimit> <timelimit>5</timelimit>
<author> Hong Ma </author> <author> Hong Ma </author>
<mailto> hma@bnl.gov </mailto> <mailto> hma@bnl.gov </mailto>
......
<unifiedTestConfiguration> <unifiedTestConfiguration>
<atn> <atn>
<TEST name="EventMixer" type="athena" suite="Examples"> <TEST name="EventMixer" type="athena" suite="Examples">
<options_atn>-s AthenaServices/MixingEventSelector_test.py</options_atn> <options_atn> AthenaServices/MixingEventSelector_test.py</options_atn>
<timelimit>15</timelimit> <timelimit>15</timelimit>
<author> Paolo Calafiura </author> <author> Paolo Calafiura </author>
<mailto> pcalafiura@lbl.gov </mailto> <mailto> pcalafiura@lbl.gov </mailto>
......
<unifiedTestConfiguration> <unifiedTestConfiguration>
<atn> <atn>
<TEST name="MultiplePass" type="athena" suite="Examples"> <TEST name="MultiplePass" type="athena" suite="Examples">
<options_atn>-s AthenaServices/MultiplePass_test.py</options_atn> <options_atn> AthenaServices/MultiplePass_test.py</options_atn>
<timelimit>5</timelimit> <timelimit>5</timelimit>
<author> Paolo Calafiura </author> <author> Paolo Calafiura </author>
<mailto> pcalafiura@lbl.gov </mailto> <mailto> pcalafiura@lbl.gov </mailto>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</atn> </atn>
<atn> <atn>
<TEST name="MultiplePassWithAlgFilter" type="athena" suite="Examples"> <TEST name="MultiplePassWithAlgFilter" type="athena" suite="Examples">
<options_atn>-s AthenaServices/MultiplePassWithAlgFilter_test.py</options_atn> <options_atn> AthenaServices/MultiplePassWithAlgFilter_test.py</options_atn>
<timelimit>5</timelimit> <timelimit>5</timelimit>
<author> Paolo Calafiura </author> <author> Paolo Calafiura </author>
<mailto> pcalafiura@lbl.gov </mailto> <mailto> pcalafiura@lbl.gov </mailto>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment