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

ControlTest: reduce verbosity of ProxyProviderSvc test

Make ProxyProviderSvc unit test less verbose to protect against printout
changes in Gaudi v39r4.
parent d9e03514
No related merge requests found
Pipeline #11040488 passed
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