Skip to content
Snippets Groups Projects
Commit 117feb5d authored by Davide Fazzini's avatar Davide Fazzini
Browse files

remove test checking turbo lines

parent e9fbe086
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!405DV tests update
Pipeline #1788773 passed
<?xml version="1.0" ?><!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<!--
(c) Copyright 2000-2018 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<!--
#######################################################
# SUMMARY OF THIS TEST
# ...................
# Author: sstahl
# Purpose: Test fucntionality of TeslaLineChecker
# Common failure modes, severities and cures:
# . SEVERE: Segfault or raised exception, stderr, nonzero return code
# . MAJOR: additional FATAL/ERROR messages always a major problem. no ERROR messages should ever be printed when running this test.
# . MINOR: additional WARNING messages, it is unclear how severe these may be, you will need to hunt down the cause and either fix the problem or suppress the warning.
# . EXPECTED: At the moment this test has a habit of timing out or being killed by some abort signal in finalize, but the output always looks fine.
#######################################################
-->
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"><text>gaudirun.py</text></argument>
<argument name="timeout"><integer>120</integer></argument>
<argument name="args"><set>
<text>../options/DV_LineChecker.py</text>
<text>../options/wrongList.py</text>
</set></argument>
<argument name="validator"><text>
block1="""
TeslaLineChecker ERROR Someone made a boo-boo! Missing lines:
TeslaLineChecker ERROR Hlt2CharmHadDp2KS0KmKpPip_KS0DDTurbo
TeslaLineChecker ERROR Hlt2CharmHadDpToPimPipPipTurbo
TeslaLineChecker ERROR Hlt2CharmHadLcpToPpKpPimPimPipTurbo
TeslaLineChecker ERROR Hlt2PIDLambda2PPiLLTurboCalib
TeslaLineChecker ERROR Hlt2TrackEffDiMuonMuonTTPlusLowStatTaggedTurboCalib
TeslaLineChecker ERROR Affected run : 179348
TeslaLineChecker ERROR Affected TCK : 0x21361609
TeslaLineChecker ERROR FIX!
TeslaLineChecker ERROR In case you are testing, set Tesla().EnableLineChecker = False to skip this check.
TeslaLineChecker ERROR Maximum number of errors ( 'ErrorMax':1) reached.
DaVinciUserSequ... ERROR Maximum number of errors ( 'ErrorMax':1) reached.
DaVinciAnalysisSeq ERROR Maximum number of errors ( 'ErrorMax':1) reached.
FilteredEventSeq ERROR Maximum number of errors ( 'ErrorMax':1) reached.
DaVinciEventSeq ERROR Maximum number of errors ( 'ErrorMax':1) reached.
EventLoopMgr WARNING Execution of algorithm DaVinciEventSeq failed
EventLoopMgr ERROR Error processing event loop.
EventLoopMgr ERROR Terminating event processing loop due to errors
EventLoopMgr ERROR Terminating event processing loop due to errors
"""
findReferenceBlock(block1)
</text></argument>
<argument name="exit_code"><integer>3</integer></argument>
</extension>
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