diff --git a/Database/IOVDbSvc/CMakeLists.txt b/Database/IOVDbSvc/CMakeLists.txt index 4aa82c1ebdf154f90244b400e19d24eb1d931109..1fb547227159cb7c835d385d1fe768e3c69e5882 100644 --- a/Database/IOVDbSvc/CMakeLists.txt +++ b/Database/IOVDbSvc/CMakeLists.txt @@ -68,9 +68,7 @@ atlas_add_test( IOVDbSvc_Boost_test test/IOVDbSvc_Boost_test.cxx INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} LINK_LIBRARIES ${Boost_LIBRARIES} AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests GaudiKernel TestTools EventInfo IOVSvcLib xAODEventInfo PersistentDataModel ${COOL_LIBRARIES} - EXTRA_PATTERNS "^HistogramPersis.* INFO|^IOVSvc +DEBUG|^IOVSvcTool +DEBUG" - ENVIRONMENT "JOBOPTSEARCHPATH=${CMAKE_CURRENT_SOURCE_DIR}/share" - ) + EXTRA_PATTERNS "^HistogramPersis.* INFO|^IOVSvc +DEBUG|^IOVSvcTool +DEBUG" ) set_target_properties( IOVDbSvc_IOVDbSvc_Boost_test PROPERTIES ENABLE_EXPORTS True ) @@ -78,9 +76,7 @@ atlas_add_test( IOVDbConn_test SOURCES test/IOVDbConn_test.cxx src/IOVDbConn.cxx INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests GaudiKernel TestTools EventInfo IOVSvcLib xAODEventInfo PersistentDataModel ${COOL_LIBRARIES} CoraCool - ENVIRONMENT "JOBOPTSEARCHPATH=${CMAKE_CURRENT_SOURCE_DIR}/share" - ) + LINK_LIBRARIES ${Boost_LIBRARIES} AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests GaudiKernel TestTools EventInfo IOVSvcLib xAODEventInfo PersistentDataModel ${COOL_LIBRARIES} CoraCool ) atlas_add_test( IOVDbStringFunctions_test SOURCES @@ -122,9 +118,7 @@ atlas_add_test( IOVDbFolder_test test/IOVDbFolder_test.cxx src/IOVDbFolder.cxx src/IOVDbConn.cxx src/IOVDbParser.cxx src/FolderTypes.cxx src/IOVDbCoolFunctions.cxx src/IOVDbStringFunctions.cxx src/ReadFromFileMetaData.cxx INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} LINK_LIBRARIES ${Boost_LIBRARIES} AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests GaudiKernel TestTools EventInfo IOVSvcLib xAODEventInfo PersistentDataModel ${COOL_LIBRARIES} CoraCool - EXTRA_PATTERNS "^HistogramPersis.* INFO|^IOVSvc +DEBUG|^IOVSvcTool +DEBUG" - ENVIRONMENT "JOBOPTSEARCHPATH=${CMAKE_CURRENT_SOURCE_DIR}/share" - ) + EXTRA_PATTERNS "^HistogramPersis.* INFO|^IOVSvc +DEBUG|^IOVSvcTool +DEBUG" ) if( NOT SIMULATIONBASE ) diff --git a/Database/IOVDbSvc/share/FolderTypes_test.ref b/Database/IOVDbSvc/share/FolderTypes_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..0bb37e5e4fb6274db0ca7a70747fcf29c1fcbf9d --- /dev/null +++ b/Database/IOVDbSvc/share/FolderTypes_test.ref @@ -0,0 +1,19 @@ +Running 2 test cases... + + +Initializing Gaudi ApplicationMgr using job opts /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v27r1p99) + running on karma on Sun Mar 3 18:21:01 2019 +==================================================================================================================================== +ApplicationMgr Ready + +*** No errors detected diff --git a/Database/IOVDbSvc/share/IOVDbConn_test.ref b/Database/IOVDbSvc/share/IOVDbConn_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..28037a0591f47045dcfac63f7383f88b52256677 --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbConn_test.ref @@ -0,0 +1,22 @@ +Running 2 test cases... + + +Initializing Gaudi ApplicationMgr using job opts /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v27r1p99) + running on karma on Mon Mar 4 16:55:46 2019 +==================================================================================================================================== +ApplicationMgr Ready +IOVDbConn_Boost... INFO Opening COOL connection for sqlite://;schema=IOVDbConnTest.db;dbname=OFLP200 +IOVDbConn_Boost... INFO *** COOL exception caught: Connection on "sqlite_file:IOVDbConnTest.db" cannot be established ( CORAL : "ConnectionPool::getSessionFromNewConnection" from "CORAL/Services/ConnectionService" ) +IOVDbConn_Boost... INFO Create a new conditions database: sqlite://;schema=IOVDbConnTest.db;dbname=OFLP200 + +*** No errors detected diff --git a/Database/IOVDbSvc/share/IOVDbCoolFunctions_test.ref b/Database/IOVDbSvc/share/IOVDbCoolFunctions_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..434668d839bab0aaa28cc2d087f31a8ced5caa2d --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbCoolFunctions_test.ref @@ -0,0 +1,3 @@ +Running 7 test cases... + +*** No errors detected diff --git a/Database/IOVDbSvc/share/IOVDbFolder_test.ref b/Database/IOVDbSvc/share/IOVDbFolder_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..28c69fff4086047c9683444ebbdadab511ee05c0 --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbFolder_test.ref @@ -0,0 +1,21 @@ +Running 2 test cases... + + +Initializing Gaudi ApplicationMgr using job opts /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v31r0) + running on lxplus089.cern.ch on Thu Mar 14 17:14:44 2019 +==================================================================================================================================== +ApplicationMgr Ready +IOVDbFolder_test INFO Opening COOL connection for sqlite://;schema=IOVDbFolderTest.db;dbname=OFLP200 + +[1;32;49m*** No errors detected +[0;39;49m \ No newline at end of file diff --git a/Database/IOVDbSvc/share/IOVDbParser_test.ref b/Database/IOVDbSvc/share/IOVDbParser_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..2ea4fc62a968a2a1a70beb5e8ad7fbe3eb4cc468 --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbParser_test.ref @@ -0,0 +1,23 @@ +Running 2 test cases... + + +Initializing Gaudi ApplicationMgr using job opts /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v27r1p99) + running on karma on Sun Mar 3 18:21:30 2019 +==================================================================================================================================== +ApplicationMgr Ready +IOVDbParser_test INFO Folder extraText, Key: addrHeaderOverriding existing value <address_header service_type="71" clid="40774348" /> to new value <address_header service_type="71" clid="40774348" /> +IOVDbParser_test INFO Folder extraText, Key: keyOverriding existing value /PIXEL/CablingMap to new value /PIXEL/CablingMap +IOVDbParser_test INFO Folder extraText, Key: timeStampOverriding existing value run-lumi to new value time +IOVDbParser_test INFO Folder extraText, Key: typeNameOverriding existing value AthenaAttributeList to new value AthenaAttributeList + +*** No errors detected diff --git a/Database/IOVDbSvc/share/IOVDbStringFunctions_test.ref b/Database/IOVDbSvc/share/IOVDbStringFunctions_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..ed25d3e5764b4e894799ce6776661e9e0057b0f9 --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbStringFunctions_test.ref @@ -0,0 +1,3 @@ +Running 16 test cases... + +*** No errors detected diff --git a/Database/IOVDbSvc/share/IOVDbSvc_BoostTest.ref b/Database/IOVDbSvc/share/IOVDbSvc_BoostTest.ref new file mode 100644 index 0000000000000000000000000000000000000000..3e71bff51e5b9987cbf5009ea834d2b637a32e86 --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbSvc_BoostTest.ref @@ -0,0 +1,5 @@ +ApplicationMgr.OutputLevel = 5; +ApplicationMgr.CreateSvc += { "StoreGateSvc/DetectorStore" }; +IOVDbSvc.Folders = { "/key1"}; +EventPersistencySvc.CnvServices += { "AthenaPoolCnvSvc" }; +MessageSvc.OutputLevel = 5; \ No newline at end of file diff --git a/Database/IOVDbSvc/share/IOVDbSvc_Boost_test.ref b/Database/IOVDbSvc/share/IOVDbSvc_Boost_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..7b911368c8834625f45a9177d8794a72a82a39bd --- /dev/null +++ b/Database/IOVDbSvc/share/IOVDbSvc_Boost_test.ref @@ -0,0 +1,20 @@ + + +Initializing Gaudi ApplicationMgr using job opts /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /afs/cern.ch/user/s/ssnyder/atlas-work3/build-x86_64-centos7-gcc8-dbg/x86_64-centos7-gcc8-dbg/jobOptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v31r0) + running on lxplus089.cern.ch on Thu Mar 14 17:14:43 2019 +==================================================================================================================================== +ApplicationMgr Ready +Running 10 test cases... + +[1;32;49m*** No errors detected +[0;39;49m \ No newline at end of file diff --git a/Database/IOVDbSvc/share/ReadFromFileMetaData_test.ref b/Database/IOVDbSvc/share/ReadFromFileMetaData_test.ref new file mode 100644 index 0000000000000000000000000000000000000000..e263596bf8f220c971e23d5adbcb9220cc6fae4c --- /dev/null +++ b/Database/IOVDbSvc/share/ReadFromFileMetaData_test.ref @@ -0,0 +1,19 @@ +Running 2 test cases... + + +Initializing Gaudi ApplicationMgr using job opts /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # =======> /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +JobOptionsSvc INFO # (1,1): ApplicationMgr.OutputLevel = 5 +JobOptionsSvc INFO # (2,1): ApplicationMgr.CreateSvc += ["StoreGateSvc/DetectorStore"] +JobOptionsSvc INFO # (3,1): IOVDbSvc.Folders = ["/key1"] +JobOptionsSvc INFO # (4,1): EventPersistencySvc.CnvServices += ["AthenaPoolCnvSvc"] +JobOptionsSvc INFO # (5,1): MessageSvc.OutputLevel = 5 +JobOptionsSvc INFO Job options successfully read in from /home/sss/atlas/dvtest/build/joboptions/IOVDbSvc/IOVDbSvc_BoostTest.txt +ApplicationMgr SUCCESS +==================================================================================================================================== + Welcome to ApplicationMgr (GaudiCoreSvc v27r1p99) + running on karma on Sun Mar 3 18:19:37 2019 +==================================================================================================================================== +ApplicationMgr Ready + +*** No errors detected diff --git a/Database/IOVDbSvc/test/GaudiKernelFixtureBase.h b/Database/IOVDbSvc/test/GaudiKernelFixtureBase.h index 6f8ecda40a6101cf867ca287f306bba4ab16d471..b8e9a1286154182e51acd7539857938c665e4bba 100644 --- a/Database/IOVDbSvc/test/GaudiKernelFixtureBase.h +++ b/Database/IOVDbSvc/test/GaudiKernelFixtureBase.h @@ -32,7 +32,7 @@ struct GaudiKernelFixtureBase{ // CxxUtils::ubsan_suppress ([]() { TInterpreter::Instance(); } ); if (not gaudiIsInitialised){ - gaudiIsInitialised=Athena_test::initGaudi(searchPath+"IOVDbSvc_BoostTest.txt", svcLoc); + gaudiIsInitialised=Athena_test::initGaudi("IOVDbSvc/IOVDbSvc_BoostTest.txt", svcLoc); } } }; diff --git a/Database/IOVDbSvc/test/IOVDbConn_test.cxx b/Database/IOVDbSvc/test/IOVDbConn_test.cxx index b7e26e53b80b3f74ea10662c2286576621af0387..5eec908172e2489617387f4ce6046528de3d1853 100644 --- a/Database/IOVDbSvc/test/IOVDbConn_test.cxx +++ b/Database/IOVDbSvc/test/IOVDbConn_test.cxx @@ -40,7 +40,9 @@ struct IOVDbConnFixture{ IOVDbConnFixture():msgSvc("msgSvc","test"), connectionString("sqlite://;schema=IOVDbConnTest.db;dbname=OFLP200"), log(msgSvc.get(), "IOVDbConn_Boost_test"), - connection(connectionString, true, log){ + connection(connectionString, true, log) + { + (void)unlink ("IOVDbConnTest.db"); } };