Skip to content

Fix HistMerge input files check

Rafal Bielski requested to merge rbielski/athena:fix-hist-merge into master

Fixing a bug introduced in !30540 (merged). Checking whether input files exist was added there to the HistMerge step, but it didn't correctly cover the case when we rename the input file as part of the command. Now it should do this correctly.

This fixes the ZeroCounts error seen in nearly all TrigP1Test tests today:
http://test-atrvshft.web.cern.ch/test-atrvshft/ART_monitor/Monitor/Build/2020-02-24T2133/master_Athena_x86_64-centos7-gcc8-opt?package=TrigP1Test&comparisonTo=0

Tested by running one of the failing tests - test_trigP1_v1PhysP1_build.py

Merge request reports