Skip to content
Snippets Groups Projects
Commit e584e027 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'controltest' into 'main'

ControlTest: reduce verbosity of ProxyProviderSvc test

See merge request atlas/athena!78568
parents 9ef5755f 6a98309f
No related branches found
No related tags found
2 merge requests!78568ControlTest: reduce verbosity of ProxyProviderSvc test,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
ApplicationMgr DEBUG Getting my own properties
ApplicationMgr INFO Application Manager Configured successfully
DetectorStore VERBOSE Initializing DetectorStore
DetectorStore_ImplVERBOSE Initializing DetectorStore_Impl
ProxyProviderSvc VERBOSE Initializing ProxyProviderSvc
HistoryStore VERBOSE Initializing HistoryStore
HistoryStore_Impl VERBOSE Initializing HistoryStore_Impl
EventLoopMgr WARNING Unable to locate service "EventSelector"
EventLoopMgr WARNING No events will be processed from external input.
HistogramDataSvc VERBOSE ServiceLocatorHelper::service: found service HistogramPersistencySvc
ApplicationMgr INFO Application Manager Initialized successfully
ApplicationMgr Ready
StoreGateSvc VERBOSE Initializing StoreGateSvc
......
// job opts for ProxyProviderSvc unit test
// $Id: ProxyProviderSvc_test.txt,v 1.3 2007/11/09 23:56:59 calaf Exp $
#include "ControlTest/StoreGateTestCommon.txt"
#include "ToyConversion/ToyConversionOpts.txt"
ProxyProviderSvc.OutputLevel = 1;
//MessageSvc.OutputLevel = 1;
ClassIDSvc.OutputLevel = 2;
MessageSvc.setVerbose = ["DataProxy", "EventPersistencySvc", "ToyConversionSvc", "StoreGateSvc", "EventDataSvc", "HistogramDataSvc", "ServiceManager", "HistogramPersistencySvc", "HistoryStore", "DetectorStore", "ApplicationMgr", "ProxyProviderSvc"];
MessageSvc.setDebug = ["ClassIDSvc"];
MessageSvc.setVerbose = ["DataProxy", "EventPersistencySvc", "ToyConversionSvc", "StoreGateSvc", "ProxyProviderSvc"];
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