Skip to content

IOVDbSvc: enable thread-checker and fixes

Frank Winklmeier requested to merge fwinkl/athena:thrchk_iovdbsvc into master
  • mark the AttributeList const-cast as thread-safe as we are only using it to modify a local instance
  • remove unnecessary static in GaudiKernelFixtureBase
  • disable thread-checker for several tests
  • cppcheck fixes

Merge request reports