Skip to content

Fix HltLinePersistenceSvc test

Alex Pearce requested to merge apearce-fix-line-persistence-svc-test into master

This fixes the failing HltServices.line_persistence_svc test by:

  1. Specifying the dependency on a previous test HltServices.assign_first_tck (this wasn't the cause of the failure in the nightlies, but would cause a failure if the tests were ran with -j).
  2. Using std Python bindings imported from ROOT rather than cppyy. The latter is broken in strange ways under GCC 9.

The second point is very weird. I don't have any idea why it happens, but this MR fixes the test so we can choose to accept it now and revisit once the underlying problem is fixed.

Merge request reports