Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
e06709af
Commit
e06709af
authored
7 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Reshuffle test to avoid race condition
parent
57a4ef32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/AlignDet/CMakeLists.txt
+10
-10
10 additions, 10 deletions
examples/AlignDet/CMakeLists.txt
with
10 additions
and
10 deletions
examples/AlignDet/CMakeLists.txt
+
10
−
10
View file @
e06709af
...
...
@@ -76,16 +76,6 @@ dd4hep_add_test_reg( AlignDet_Telescope_write_xml
REGEX_FAIL
" ERROR ;EXCEPTION;Exception"
)
#
#---Testing: Load Telescope geometry and read and print alignments --------
dd4hep_add_test_reg
(
AlignDet_Telescope_readback_xml
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_AlignDet.sh"
EXEC_ARGS geoPluginRun -volmgr -destroy -plugin DD4hep_AlignmentExample_read_xml
-input file:
${
DD4hep_DIR
}
/examples/AlignDet/compact/Telescope.xml
-deltas file:./new_cond.xml
REGEX_PASS
"33 conditions in slice.
\\
(T:33,S:33,L:0,C:0,M:0
\\
) Alignments accessed: 20
\\
(A:19,M:0
\\
) for IOV:run
\\
(1
\\
)"
REGEX_FAIL
" ERROR ;EXCEPTION;Exception"
)
#
#---Testing: Simple stress: Load Telescope geometry and have multiple runs on IOVs
dd4hep_add_test_reg
(
AlignDet_Telescope_stress
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_AlignDet.sh"
...
...
@@ -114,6 +104,16 @@ dd4hep_add_test_reg( AlignDet_Telescope_align_nominal
REGEX_FAIL
" ERROR ;EXCEPTION;Exception"
)
#
#---Testing: Load Telescope geometry and read and print alignments --------
dd4hep_add_test_reg
(
AlignDet_Telescope_readback_xml
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_AlignDet.sh"
EXEC_ARGS geoPluginRun -volmgr -destroy -plugin DD4hep_AlignmentExample_read_xml
-input file:
${
DD4hep_DIR
}
/examples/AlignDet/compact/Telescope.xml
-deltas file:./new_cond.xml
REGEX_PASS
"33 conditions in slice.
\\
(T:33,S:33,L:0,C:0,M:0
\\
) Alignments accessed: 20
\\
(A:19,M:0
\\
) for IOV:run
\\
(1
\\
)"
REGEX_FAIL
" ERROR ;EXCEPTION;Exception"
)
#
#---Testing: Extended stress: Load CLICSiD geometry and have multiple runs on IOVs
dd4hep_add_test_reg
(
AlignDet_CLICSiD_stress_LONGTEST
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_AlignDet.sh"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment