Skip to content

Adapt to new Gaudi monitoring

Rosen Matev requested to merge run2-gaudi-monitoring into run2-patches
  • Use of StatPrint is dropped
  • Test references are updated (a lot of counter printout shuffling)
  • Special validators relying on shared references are updated
  • Use of ProductionMode for tests is dropped.

On the last point, with the new Gaudi monitoring counters are not always printed but are only printed when the algorithm OutputLevel-s are INFO. As a result, counters are not printed when ProductionMode=True. In order not to reduce test coverage, ProductionMode is not set any more in the 4 tests that used it and counters (+more) is now printed.

Goes together with LHCb!2800 (merged), Lbcom!510 (merged), Boole!313 (merged), Rec!2229 (merged), !1079 (merged), Phys!800 (merged), Analysis!706 (merged), DaVinci!440 (merged), Alignment!144 (merged)

Corresponding MRs to master: LHCb!2761 (merged), Lbcom!506 (merged), Boole!312 (merged), Rec!2209 (merged), !1074 (merged), Phys!796 (merged), Analysis!701 (merged), DaVinci!433 (merged)

Edited by Rosen Matev

Merge request reports