Skip to content

Tier0ChainTests: fix calib+CA test, simplify preExecs for cosmics, add express test with CA

Julien Maurer requested to merge jmaurer/athena:tct-fixes-020323 into master
  • fix broken CA test with data22_calib: just adding flags.DQ.triggerDataAvailable=False; to the preExec does the trick; it looks like in legacy mode (for which the corresponding test runs) the flag is set by default to flags.DQ.useTrigger (which is False in this case), but in CA the two flags are completely independent and the former is True by default.
  • add a CA test with express settings based on new AMI tag x717; rename the old test to _legacy
  • remove bits of preExec in the cosmics and calib CA tests that are no longer needed after !61064 (merged)
  • do not run in CA mode for the RDOtoRDOTrig step of test_q445

FYI @strichte

Edited by Julien Maurer

Merge request reports