Skip to content
Snippets Groups Projects
Commit 5c4cb9b2 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'trftestsart_20221205' into 'master'

TrfTestsART: Add meta-diff comparison in CA vs. RecExCommon ART tests

See merge request !58996
parents 0d5c04cf 54949b51
No related branches found
No related tags found
3 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58996TrfTestsART: Add meta-diff comparison in CA vs. RecExCommon ART tests
......@@ -79,3 +79,8 @@ echo "============ diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
acmd.py diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root --nan-equal --error-mode resilient --order-trees --entries 50 --mode semi-detailed
rc9=$?
echo "art-result: ${rc9} diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
echo "============ meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
meta-diff --ordered --mode full --diff-format diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root --drop file_guid file_size
rc10=$?
echo "art-result: ${rc10} meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
......@@ -92,3 +92,8 @@ echo "============ diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
acmd.py diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root --nan-equal --error-mode resilient --ignore-leaves RecoTimingObj_p1_HITStoRDO_timings RecoTimingObj_p1_RAWtoESD_mems RecoTimingObj_p1_RAWtoESD_timings RAWtoESD_mems RAWtoESD_timings ESDtoAOD_mems ESDtoAOD_timings HITStoRDO_timings RAWtoALL_mems RAWtoALL_timings RecoTimingObj_p1_RAWtoALL_mems RecoTimingObj_p1_RAWtoALL_timings RecoTimingObj_p1_EVNTtoHITS_timings EVNTtoHITS_timings RecoTimingObj_p1_Bkg_HITStoRDO_timings index_ref --order-trees --entries 50 --mode semi-detailed
rc8=$?
echo "art-result: ${rc8} diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
echo "============ meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
meta-diff --ordered --mode full --diff-format diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root --drop file_guid file_size
rc9=$?
echo "art-result: ${rc9} meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
......@@ -80,3 +80,8 @@ echo "============ diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
acmd.py diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root --nan-equal --error-mode resilient --ignore-leaves RecoTimingObj_p1_HITStoRDO_timings RecoTimingObj_p1_RAWtoESD_mems RecoTimingObj_p1_RAWtoESD_timings RAWtoESD_mems RAWtoESD_timings ESDtoAOD_mems ESDtoAOD_timings HITStoRDO_timings RAWtoALL_mems RAWtoALL_timings RecoTimingObj_p1_RAWtoALL_mems RecoTimingObj_p1_RAWtoALL_timings RecoTimingObj_p1_EVNTtoHITS_timings EVNTtoHITS_timings RecoTimingObj_p1_Bkg_HITStoRDO_timings index_ref --order-trees --entries 50 --mode semi-detailed
rc8=$?
echo "art-result: ${rc8} diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
echo "============ meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
meta-diff --ordered --mode full --diff-format diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root --drop file_guid file_size
rc9=$?
echo "art-result: ${rc9} meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
......@@ -93,3 +93,8 @@ echo "============ diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
acmd.py diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root --nan-equal --error-mode resilient --order-trees --entries 50 --mode semi-detailed
rc9=$?
echo "art-result: ${rc9} diff-root def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
echo "============ meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
meta-diff --ordered --mode full --diff-format diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root --drop file_guid file_size
rc10=$?
echo "art-result: ${rc10} meta-diff def/myAOD_def.pool.root ca/myAOD_ca.pool.root"
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