From 6a98309fa9cdcf5b65191e98afbe293f0075d1c8 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Mon, 17 Mar 2025 09:24:12 +0100 Subject: [PATCH] ControlTest: reduce verbosity of ProxyProviderSvc test Make ProxyProviderSvc unit test less verbose to protect against printout changes in Gaudi v39r4. --- AtlasTest/ControlTest/share/ProxyProviderSvc_test.ref | 6 ------ AtlasTest/ControlTest/share/ProxyProviderSvc_test.txt | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/AtlasTest/ControlTest/share/ProxyProviderSvc_test.ref b/AtlasTest/ControlTest/share/ProxyProviderSvc_test.ref index e1fbbdbbb2c1..5ec0954da472 100644 --- a/AtlasTest/ControlTest/share/ProxyProviderSvc_test.ref +++ b/AtlasTest/ControlTest/share/ProxyProviderSvc_test.ref @@ -1,15 +1,9 @@ -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 diff --git a/AtlasTest/ControlTest/share/ProxyProviderSvc_test.txt b/AtlasTest/ControlTest/share/ProxyProviderSvc_test.txt index ca166bd0ee52..34d3e9dd3a4a 100644 --- a/AtlasTest/ControlTest/share/ProxyProviderSvc_test.txt +++ b/AtlasTest/ControlTest/share/ProxyProviderSvc_test.txt @@ -1,12 +1,6 @@ // 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"]; -- GitLab