Skip to content

Timeout/logic improvements for xrootd-fallback test

Maria Acosta Flechas requested to merge (removed):qa into qa
  • New logic introduces an individual timeout for cmsRun processes. If we hit an overloaded/unresponsive site, it won't waste the whole test trying to read from it, instead it will kill it after 150 seconds and try again.
  • Overall probe timeout was adjusted to 300 seconds.
  • Re organized site list in order to not limit the attempts to a single region.
  • Limited CMSSW to read a single event (We are only worried about the file being served and not corrupted)

Merge request reports