Skip to content
Snippets Groups Projects
Commit 1c1cb991 authored by Mark Andrew Owen's avatar Mark Andrew Owen
Browse files

Run data decoding tests in different directories to avoid problems when running parrallel ctests

parent 6c659734
No related branches found
No related tags found
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!20706Enable creation of muon raw data cache containers in MuonConfig package.
......@@ -12,14 +12,18 @@ atlas_install_data( share/*.ref )
# Configure unit tests
# Cache alignment will change depending on whether FRONTIER_SERVER is defined.
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest )
atlas_add_test( MuonDataDecodeTest
PROPERTIES TIMEOUT 1000
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest
EXTRA_PATTERNS "GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from|DEBUG Reconciled configuration"
SCRIPT test/testMuonDataDecode.sh )
# Adding an identical test for the ByteStream identifiable caches (and future RDO caches)
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache )
atlas_add_test( MuonDataDecodeTest_Cache
PROPERTIES TIMEOUT 1000
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache
EXTRA_PATTERNS "GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from"
SCRIPT test/testMuonDataDecode_Cache.sh )
......
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