Skip to content
Snippets Groups Projects
Commit d77f11ab authored by John Chapman's avatar John Chapman
Browse files

Switching diff-root checks in ISF_Validation ART jobs to semi-detailed output

parent 6d9ab47b
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 17 deletions
...@@ -30,6 +30,6 @@ echo "art-result: $? simulation" ...@@ -30,6 +30,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -32,6 +32,6 @@ echo "art-result: $? simulation" ...@@ -32,6 +32,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -33,7 +33,7 @@ if [ $rc -eq 0 ] ...@@ -33,7 +33,7 @@ if [ $rc -eq 0 ]
then then
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
art.py compare grid --entries 5 ${ArtPackage} ${ArtJobName} --mode=summary art.py compare grid --entries 5 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
rc2=$? rc2=$?
fi fi
......
...@@ -31,6 +31,6 @@ echo "art-result: $? simulation" ...@@ -31,6 +31,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -31,6 +31,6 @@ echo "art-result: $? simulation" ...@@ -31,6 +31,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -26,7 +26,7 @@ echo "art-result: $? simulation" ...@@ -26,7 +26,7 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
......
...@@ -26,7 +26,7 @@ echo "art-result: $? simulation" ...@@ -26,7 +26,7 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
......
...@@ -76,6 +76,6 @@ HITSMerge_tf.py --inputHitsFile 'hitsFull.ttbar.pool.root' --outputHitsFile 'hit ...@@ -76,6 +76,6 @@ HITSMerge_tf.py --inputHitsFile 'hitsFull.ttbar.pool.root' --outputHitsFile 'hit
echo "art-result: $? dummy-merge" echo "art-result: $? dummy-merge"
# Compare the merged outputs # Compare the merged outputs
acmd.py diff-root hitsFullMerged.ttbar.pool.root hitsMerged.ttbar.pool.root --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings acmd.py diff-root hitsFullMerged.ttbar.pool.root hitsMerged.ttbar.pool.root --error-mode resilient --mode=semi-detailed --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings
echo "art-result: $? comparison" echo "art-result: $? comparison"
...@@ -28,6 +28,6 @@ echo "art-result: $? simulation" ...@@ -28,6 +28,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -31,6 +31,6 @@ echo "art-result: $? simulation" ...@@ -31,6 +31,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -32,6 +32,6 @@ echo "art-result: $? simulation" ...@@ -32,6 +32,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid ${ArtPackage} ${ArtJobName} art.py compare grid ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -29,6 +29,6 @@ echo "art-result: $? simulation" ...@@ -29,6 +29,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid ${ArtPackage} ${ArtJobName} art.py compare grid ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -78,6 +78,6 @@ HITSMerge_tf.py --inputHitsFile 'hitsFull.ttbar.pool.root' --outputHitsFile 'hit ...@@ -78,6 +78,6 @@ HITSMerge_tf.py --inputHitsFile 'hitsFull.ttbar.pool.root' --outputHitsFile 'hit
echo "art-result: $? dummy-merge" echo "art-result: $? dummy-merge"
# Compare the merged outputs # Compare the merged outputs
acmd.py diff-root hitsFullMerged.ttbar.pool.root hitsMerged.ttbar.pool.root --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings acmd.py diff-root hitsFullMerged.ttbar.pool.root hitsMerged.ttbar.pool.root --error-mode resilient --mode=semi-detailed --ignore-leaves RecoTimingObj_p1_EVNTtoHITS_timings
echo "art-result: $? comparison" echo "art-result: $? comparison"
...@@ -28,6 +28,6 @@ echo "art-result: $? simulation" ...@@ -28,6 +28,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references and add DCube tests # TODO This is a regression test I think. We would also need to compare these files to fixed references and add DCube tests
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -28,6 +28,6 @@ echo "art-result: $? simulation" ...@@ -28,6 +28,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references and add DCube tests # TODO This is a regression test I think. We would also need to compare these files to fixed references and add DCube tests
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -28,6 +28,6 @@ echo "art-result: $? simulation" ...@@ -28,6 +28,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
...@@ -29,6 +29,6 @@ echo "art-result: $? simulation" ...@@ -29,6 +29,6 @@ echo "art-result: $? simulation"
ArtPackage=$1 ArtPackage=$1
ArtJobName=$2 ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references # TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} art.py compare grid --entries 10 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
echo "art-result: $? regression" echo "art-result: $? regression"
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