Skip to content

Improvements in Trigger ART exec scripts

Rafal Bielski requested to merge rbielski/athena:trig-art-fix-exec into master

The following changes are made:

  1. Some steps of our post-processing scripts printed too verbose information to stdout while also saving it to individual log files. Now their output is only redirected to log. These steps are: RootComp, histSizes and checklog for warnings.
  2. Generate an empty PoolFileCatalog.xml file before running athena, as advised by @tcuhadar. This should prevent incorrect error handling on the grid in case of athena crashes / memory cut-off. It is harmless for successful jobs and for build tests.
  3. Protect chainDumpWorkaround.py from dereferencing a nullptr if histogram doesn't exist.

Merge request reports