Skip to content

Fix tests using the SQLite DDDB, broken by !1435

Marco Cattaneo requested to merge fixSQLiteTests into run2-patches
  • Specify an existing DDDB tag for DetCond and dqfilter tests using SQLite database
  • Mask compilation warnings from Boost and ROOT

!1435 (merged) introduces new default global DDDB tags that have not (and will not) be ported to the obsolete SQLite DDDB. The tests in this MR were failing as a result, because they access the SQLite DDDB using the default tag for 2012 (default configuration of DDDBConf). This MR fixes them by explicitly setting the last 2012 global tag available in the SQLite DDDB

Merge request reports