Skip to content

Small improvements in TrigValidation (Trigger ART tests)

Rafal Bielski requested to merge rbielski/athena:trigval-updates into master

Four independent changes in four commits, done in a single MR as they are small and modify the same / related packages:

  1. Improve error reporting in TrigValSteering unit tester. Make sure the ERRORs are re-printed to stdout to see what failed.
  2. Fix log merging in CheckSteps to include Reco_tf transform log if not merged already (we may miss some errors without this).
  3. Prevent transform log duplication, i.e. disable echoing to the main transform log by setting the TRF_NOECHO env variable. Ensure the sub-step logs are still re-printed to stdout in case of failure in CI.
  4. MessageCountStep: Skip "tail" files and print name of the analysed file.
  5. Add checkBS step to writeBS tests in TriggerTest to make sure a valid output file was produced (ATR-21274).
Edited by Rafal Bielski

Merge request reports