Skip to content

Draft: TrigVal: Disable test_trigP1_detectStreamerInfoChanges_build (ATR-29410)

Claire Antel requested to merge cantel/athena:main_disable_streaminfo_test into main

Purpose

Given that these days upgrade developments are happening in main only, reco divergences are unfortunately expected between 24.0 and main. Diverging EDMs in 24.0 and main will result in a diverging bs-streamerinfos.root, which cannot be reconciled in 24.0 sweeps to main. Given that the test will become relevant only once we're writing to BS with a main-evolved EDM, we can resolve the issue by disabling the ART test in main.

This addresses currently failing test_trigP1_detectStreamerInfoChanges_build nightly tests for main (ATR-29410)

Changes

  • Overwrite bs-streamerinfos.root with 24.0 version to avoid sweep conflicts in future.
  • Disable test_trigP1_detectStreamerInfoChanges_build.py test for main

Merge request reports