Skip to content

Draft: Fix 2011 tests

Marco Cattaneo requested to merge fix2011-tests into hlt2011-patches

This MR attempts to fix the Moore QMTests running in lhcb-hlt2011-patches nightly. The status is as follows:

  • moore.event1001-dst - uses an input file from castor (dijkstra private file - can we find a replacement?)
  • moore.event1001-fest-raw - was using input file from castor, fixed in this MR. Exposes a new failure: HltANNSvc ERROR Entry "Hlt2SecondLoopExampleDecision" -> "50082" clashes with existing entry
  • moore.mem_leak - uses an input file from castor (@graven private file - can we find a replacement?)
  • moore.physics_10000vis_1000l0_40hlt1_apr09 - configuration failure from ThresholdUtils.py: ImportError: No module named Physics_10000Vis_1000L0_40Hlt1_Apr09
  • moore.physics_minbiasl0_passthroughhlt_jan10_run63949 - configuration failure from ThresholdUtils.py: ImportError: No module named Physics_MinBiasL0_PassThroughHlt_Jan10
  • moore.run_moore_mc2011 - was using input file from castor, fixed in this MR
  • moore.test_independence - fails due to use of SetupProject. Disabled in this MR, following !2154 (merged)
Edited by Marco Cattaneo

Merge request reports