Skip to content

IOVDbSvc: Bugfix for cache clearing.

When we clear the IOVDbFolder cache, we also need to zero m_countStraddling. Otherwise, the tests on the extension of the cache range in loadCache fail, causing extensible folders to not work correctly.

Fixes test failure in DataModelRunTests.

Merge request reports