Skip to content

PyJobTransforms: Generalize the ROOT read/write error scan in validation

Alaettin Serhan Mete requested to merge amete/athena:22.0-ATLASRECTS-7121 into 22.0

As discussed in ATLASRECTS-7121, the current logic for catching ROOT read/write errors is too restrictive resulting in false negatives. In principle, there shouldn't be any TFile::ReadBuffer and/or TFile::WriteBuffer errors in any official job. So, here we update the search pattern to be more inclusive.

cc: @gemmeren @mnowak

Merge request reports