Skip to content
Snippets Groups Projects
Commit cec7c5b1 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'Do not fail if we cannot find run_tpcnv_test.' (TrigEventAthenaPool-00-02-63)

	* Tagging TrigEventAthenaPool-00-02-63.
	* CMakeLists.txt: Do not fail if we cannot find run_tpcnv_test.

2016-05-24  scott snyder  <snyder@bnl.gov>

	* Tagging TrigEventAthenaPool-00-02-62.
	* CMakeLists.txt: Fix for finding AthenaPoolUtilitiesTest.'
	* Updates for GEO geometries becoming obsolete.

2016-05-15  scott snyder  <snyder@bnl.gov>

	* Tagging TrigEventAthenaPool-00-02-61.
	* Fix for running tests in cmake build.

2016-05-12  scott snyder  <snyder@bnl.gov>

	* Tagging TrigEventAthenaPool-00-02-60.
	* Enable running tests tests for cmake build.
	* Update reference file for PyDumper-00-01-79.
...
(Long ChangeLog diff - truncated)


Former-commit-id: 90ff439120cb881c76af8a11363aa0f45bb88001
parent 59ce3e8d
No related branches found
No related tags found
No related merge requests found
Showing
with 270 additions and 244 deletions
...@@ -46,3 +46,20 @@ atlas_add_poolcnv_library( TrigEventAthenaPoolPoolCnv ...@@ -46,3 +46,20 @@ atlas_add_poolcnv_library( TrigEventAthenaPoolPoolCnv
atlas_install_headers( TrigEventAthenaPool ) atlas_install_headers( TrigEventAthenaPool )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
# Set up (a) test(s) for the converter(s):
if( IS_DIRECTORY ${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities )
set( AthenaPoolUtilitiesTest_DIR
${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities/cmake )
endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( TrigEventAthenaPool_15.6.1 ESD-15.6.1 )
run_tpcnv_test( TrigEventAthenaPool_15.6.13.2 AOD-15.6.13.2-full )
run_tpcnv_test( TrigEventAthenaPool_16.0.3.3 AOD-16.0.3.3-full )
run_tpcnv_test( TrigEventAthenaPool_17.0.6 AOD-17.0.6-full )
run_tpcnv_test( TrigEventAthenaPool_18.0.0 AOD-18.0.0-full )
run_tpcnv_test( TrigEventAthenaPool_20.1.7.2 ESD-20.1.7.2 )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
endif()
...@@ -158,5 +158,3 @@ apply_pattern athenarun_test \ ...@@ -158,5 +158,3 @@ apply_pattern athenarun_test \
options="TrigEventAthenaPool/TrigEventAthenaPool_20.1.7.2_test.py" \ options="TrigEventAthenaPool/TrigEventAthenaPool_20.1.7.2_test.py" \
pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2" \ pre_script="${ATHENAPOOLUTILITIESROOT}/share/pre_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2" \
post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2" post_script="${ATHENAPOOLUTILITIESROOT}/share/post_tpcnvtest.sh TrigEventAthenaPool_20.1.7.2"
...@@ -150,9 +150,6 @@ keys = [ ...@@ -150,9 +150,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
noMuon = True noMuon = True
noID = True noID = True
......
...@@ -154,9 +154,6 @@ keys = [ ...@@ -154,9 +154,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
noMuon = True noMuon = True
noID = True noID = True
......
...@@ -160,9 +160,6 @@ keys = [ ...@@ -160,9 +160,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
from AthenaCommon.DetFlags import DetFlags from AthenaCommon.DetFlags import DetFlags
DetFlags.detdescr.Calo_setOn() DetFlags.detdescr.Calo_setOn()
......
...@@ -174,9 +174,6 @@ keys = [ ...@@ -174,9 +174,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
noMuon = True noMuon = True
noID = True noID = True
......
...@@ -193,9 +193,6 @@ keys = [ ...@@ -193,9 +193,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
noMuon = True noMuon = True
noID = True noID = True
......
...@@ -89,9 +89,6 @@ keys = [ ...@@ -89,9 +89,6 @@ keys = [
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
noMuon = True noMuon = True
noID = True noID = True
......
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