Skip to content

TrigConfStorage: enable thread-checker and fixes

Frank Winklmeier requested to merge fwinkl/athena:trigconf_thrcheck4 into master
  • use thread-safe static initialization or remove static where not needed
  • move the DBLoader::ENV to MenuLoader as it is only used there
  • various const fixes

The only visible functional change is that now we are no longer able to read from DBs with different schema versions in the same job. But that's not a use-case anyway.

Also cleanup some obsolete files, fix file permissions and rename the test directory to apps.

Relates to ATR-23102.

Edited by Frank Winklmeier

Merge request reports