Skip to content
Snippets Groups Projects
Commit 0b8d2c8f authored by Christoph Hasse's avatar Christoph Hasse :cartwheel_tone1: Committed by Rosen Matev
Browse files

inherit default qmtest exclusions from Rec project

parent 36add867
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!679inherit default qmtest exclusions from Rec project
Pipeline #3778200 passed
......@@ -12,8 +12,6 @@ HistogramPersistencySvc INFO Added successfully Conversion servic
FSROutputStreamDstWriter INFO Data source: EventDataSvc output: SVC='Gaudi::RootCnvSvc'
EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 63
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -14,8 +14,6 @@ EventClockSvc.FakeEventTime INFO Event times generated from 0 with st
UnpackChargedProtos.ChargedProto... INFO Using retuned RICH el and mu DLL values in combined DLLs
FunctionalParticleMaker.LoKi::Hy... INFO CUT: ' ( (TrTYPE==3) &TrALL) '
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 63
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -14,8 +14,6 @@ EventClockSvc.FakeEventTime INFO Event times generated from 0 with st
Unpacker_PackedChargedProtos.Cha... INFO Using retuned RICH el and mu DLL values in combined DLLs
FunctionalParticleMaker.LoKi::Hy... INFO CUT: ' ( (TrTYPE==3) &TrALL) '
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 63
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -15,8 +15,6 @@ MCTruthAndBkgCatAlg#1.DaVinciSma... INFO Will look into [Relations/ChargedPP2
MCTruthAndBkgCatAlg#1.DaVinciSma... INFO Will look into [Relations/ChargedPP2MCP, Relations/NeutralPP2MCP]
MCTruthAndBkgCatAlg#1.Background... INFO Will look into [Relations/ChargedPP2MCP, Relations/NeutralPP2MCP]
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 64
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -13,8 +13,6 @@ RootHistSvc INFO Writing ROOT histograms to: tuple_D0
HistogramPersistencySvc INFO Added successfully Conversion service:RootHistSvc
EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 64
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -12,8 +12,6 @@ HistogramPersistencySvc INFO Added successfully Conversion servic
FSROutputStreamDstWriter INFO Data source: EventDataSvc output: SVC='Gaudi::RootCnvSvc'
EventClockSvc.FakeEventTime INFO Event times generated from 0 with steps of 0
ApplicationMgr INFO Application Manager Initialized successfully
FunctorFactory INFO New functor library will be created.
FunctorFactory INFO Compilation of functor library took n seconds
DeFTDetector INFO Current FT geometry version = 63
ApplicationMgr INFO Application Manager Started successfully
EventPersistencySvc INFO Added successfully Conversion service:RootCnvSvc
......
......@@ -10,7 +10,7 @@
###############################################################################
from GaudiTest import LineSkipper
from GaudiConf.QMTest.LHCbTest import BlockSkipper
from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor
from RecConf.QMTest.exclusions import preprocessor as RecPreprocessor
remove_uninteresting_lines = LineSkipper(regexps=[
r"IODataManager +ERROR Referring to existing dataset",
......@@ -21,8 +21,8 @@ remove_uninteresting_lines = LineSkipper(regexps=[
r"(Memory for the event|Mean 'delta-memory') exceeds 3*sigma",
r"(AfterMagnet|Magnet|BeforeMagnet|Downstream)Region/.*",
r"(LHCBCOND_|SIMCOND|DDDB)_", r"DataOnDemandSvc +INFO Handled",
r"HLTControlFlowMgr +INFO", r"FunctorFactory +INFO Reusing cling compiled",
r"<module .*", "SUCCESS Exceptions/Errors/Warnings/Infos Statistics :",
r"HLTControlFlowMgr +INFO", r"<module .*",
"SUCCESS Exceptions/Errors/Warnings/Infos Statistics :",
"INFO MuonIDAlg v", "DaVinciInitAlg.DaVinciMemory",
"mc_unpackers' must run BEFORE 'unpackers'", "MD5 sum:"
])
......@@ -43,7 +43,6 @@ remove_known_warnings = LineSkipper(regexps=[
"WARNING: MC tools not functional yet outside Hlt2 - .*",
# FunTuple warning for the update_counters: skipping event is no candidates are found
r"[a-zA-Z0-9]* +WARNING FunTupleBase<KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> > >:: .*",
r"FunctorFactory\s{1,}INFO Cache miss for functor: .*"
])
# Remove all DV options to avoid test failures due to LHCb changes.
......@@ -53,4 +52,4 @@ remove_list_options = BlockSkipper(
"/***** User DVAppOptions/DVAppOptions",
"\\----- (End of User DVAppOptions/DVAppOptions)")
preprocessor = LHCbPreprocessor + remove_uninteresting_lines + remove_list_options + remove_known_warnings
preprocessor = RecPreprocessor + remove_uninteresting_lines + remove_list_options + remove_known_warnings
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