Skip to content
Snippets Groups Projects
Commit 9a1f0588 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Fix test dependencies

parent a6f4feb6
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_iov ...@@ -99,6 +99,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_iov
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml -input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml
-conditions TelescopeConditions.root -iovs 30 -restore iovpool -conditions TelescopeConditions.root -iovs 30 -restore iovpool
DEPENDS Conditions_Telescope_root_save
REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
...@@ -109,6 +110,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_usr ...@@ -109,6 +110,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_usr
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml -input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml
-conditions TelescopeConditions.root -iovs 30 -restore userpool -conditions TelescopeConditions.root -iovs 30 -restore userpool
DEPENDS Conditions_Telescope_root_save
REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
...@@ -119,6 +121,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_pool ...@@ -119,6 +121,7 @@ dd4hep_add_test_reg( Conditions_Telescope_root_load_pool
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml -input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml
-conditions TelescopeConditions.root -iovs 30 -restore condpool -conditions TelescopeConditions.root -iovs 30 -restore condpool
DEPENDS Conditions_Telescope_root_save
REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 4800 conditions \\(S: 4800,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
...@@ -166,6 +169,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_iov_LONGTEST ...@@ -166,6 +169,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_iov_LONGTEST
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore iovpool -input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore iovpool
-conditions CLICSiDConditions.root -conditions CLICSiDConditions.root
DEPENDS Conditions_CLICSiD_root_save_LONGTEST
REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
...@@ -176,6 +180,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_usr_LONGTEST ...@@ -176,6 +180,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_usr_LONGTEST
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore userpool -input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore userpool
-conditions CLICSiDConditions.root -conditions CLICSiDConditions.root
DEPENDS Conditions_CLICSiD_root_save_LONGTEST
REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
...@@ -186,6 +191,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_cond_LONGTEST ...@@ -186,6 +191,7 @@ dd4hep_add_test_reg( Conditions_CLICSiD_root_load_cond_LONGTEST
EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load EXEC_ARGS geoPluginRun -print WARNING -volmgr -destroy -plugin DD4hep_ConditionExample_load
-input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore condpool -input file:${DD4hep_DIR}/examples/CLICSiD/compact/compact.xml -iovs 3 -restore condpool
-conditions CLICSiDConditions.root -conditions CLICSiDConditions.root
DEPENDS Conditions_CLICSiD_root_save_LONGTEST
REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)" REGEX_PASS "\\+ Accessed a total of 840264 conditions \\(S:840264,L: 0,C: 0,M:0\\)"
REGEX_FAIL " ERROR ;EXCEPTION;Exception" REGEX_FAIL " ERROR ;EXCEPTION;Exception"
) )
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