IOVDbSvc: enable thread-checker and fixes
- mark the AttributeList const-cast as thread-safe as we are only using it to modify a local instance
- remove unnecessary
static
inGaudiKernelFixtureBase
- disable thread-checker for several tests
- cppcheck fixes