Skip to content
Snippets Groups Projects
Commit d373c8de authored by scott snyder's avatar scott snyder
Browse files

DataModelRunTests: Fix test failures in master.

Make sure xAOD::EventInfo gets written.

Ignore message able missing /Taginfo.
parent d3804fc3
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ function (datamodel_run_test testName) ...@@ -30,7 +30,7 @@ function (datamodel_run_test testName)
atlas_add_test( ${testName} atlas_add_test( ${testName}
SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/datamodel_${testName}.sh SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/datamodel_${testName}.sh
PROPERTIES TIMEOUT 300 PROPERTIES TIMEOUT 300
LOG_IGNORE_PATTERN "has different type than the branch|no dictionary for class|^StorageSvc +INFO|Cache alignment|Unable to locate catalog|IOVDbSvc[0-9 ]+INFO${ARG_EXTRA_IGNORE}" LOG_IGNORE_PATTERN "has different type than the branch|no dictionary for class|^StorageSvc +INFO|Cache alignment|Unable to locate catalog|IOVDbSvc[0-9 ]+INFO|Invalid ./TagInfo${ARG_EXTRA_IGNORE}"
ENVIRONMENT "ATLAS_REFERENCE_TAG=DataModelRunTests/DataModelRunTestsReference-01-00-03" ENVIRONMENT "ATLAS_REFERENCE_TAG=DataModelRunTests/DataModelRunTestsReference-01-00-03"
) )
if( ARG_DEPENDS ) if( ARG_DEPENDS )
......
# #
# $Id$
#
# File: share/xAODTestRead_jo.py # File: share/xAODTestRead_jo.py
# Author: snyder@bnl.gov # Author: snyder@bnl.gov
# Date: May 2014 # Date: May 2014
...@@ -79,6 +77,9 @@ fullItemList+=["xAOD::ShallowAuxInfo#scopy_cinfoAux."] ...@@ -79,6 +77,9 @@ fullItemList+=["xAOD::ShallowAuxInfo#scopy_cinfoAux."]
fullItemList+=["DMTest::HVec#scopy_hvec"] fullItemList+=["DMTest::HVec#scopy_hvec"]
fullItemList+=["xAOD::ShallowAuxContainer#scopy_hvecAux."] fullItemList+=["xAOD::ShallowAuxContainer#scopy_hvecAux."]
fullItemList+=["xAOD::EventInfo#EventInfo"]
fullItemList+=["xAOD::EventAuxInfo#EventInfoAux."]
ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += ["DEFAULT_SPLITLEVEL='1'"] ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += ["DEFAULT_SPLITLEVEL='1'"]
from OutputStreamAthenaPool.MultipleStreamManager import MSMgr from OutputStreamAthenaPool.MultipleStreamManager import MSMgr
......
# #
# $Id$
#
# File: share/xAODTestWrite_jo.py # File: share/xAODTestWrite_jo.py
# Author: snyder@bnl.gov # Author: snyder@bnl.gov
# Date: May 2014 # Date: May 2014
...@@ -82,6 +80,9 @@ fullItemList+=["DMTest::HAuxContainer#hvecAux."] ...@@ -82,6 +80,9 @@ fullItemList+=["DMTest::HAuxContainer#hvecAux."]
fullItemList+=["DMTest::HView#hview"] fullItemList+=["DMTest::HView#hview"]
fullItemList+=["DMTest::S2#S2"] fullItemList+=["DMTest::S2#S2"]
fullItemList+=["xAOD::EventInfo#EventInfo"]
fullItemList+=["xAOD::EventAuxInfo#EventInfoAux."]
# Stream's output file # Stream's output file
from OutputStreamAthenaPool.MultipleStreamManager import MSMgr from OutputStreamAthenaPool.MultipleStreamManager import MSMgr
Stream1_Augmented = MSMgr.NewPoolStream ('Stream1', 'xaoddata.root', asAlg=True, noTag=True) Stream1_Augmented = MSMgr.NewPoolStream ('Stream1', 'xaoddata.root', asAlg=True, noTag=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