cmssw: HLT-Validation tests failing in IBs of `CMSSW <= 12_1_X`

The HLT-Validation tests are failing in IBs of CMSSW_12_1_X and lower release cycles, e.g. https://cmssdt.cern.ch/SDT/html/cmssdt-ib/#/ib/CMSSW_12_1_X

The main [*] reason of these failures is access to EDM files used by these tests (these files were removed from the CERN Tier-2, some days or weeks ago) [**].

TSG has copies of these files in its EOS area, so the fix is simple: we can replace the path to these files.

Questions to @cms-sw/orp-l2.

  • Do we want to fix this? Are PRs still accepted in release cycles as low as 5_3_X?

  • If yes, should we also make PRs to release cycles that do not appear on the IB dashboard (e.g. 12_2_X)?

[*] In 10_6_X (and likely some other cycle), these tests will continue to fail (even after fixing the file-access issue) due to other issues.

[**] It might be useful to know from experts if there are ways to cache these files similarly to what is done for the EDM files used in RelVal wfs and addOnTests.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 36 (35 by maintainers)

Commits related to this issue

Most upvoted comments

Thanks, Andrea. I see it.

It’s true that it wasn’t being used in any release cycle, but I thought it was copied there only last month, so I was expecting it to stick around for a while (given the 6-months rule).

Is it possible to figure out why it became ‘unused’ today? (I’m trying to understand better how the caching works, to avoid issues like this in the future.)